mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
graphics/glslang: minor fixes
- Define all licenses - Connect to the testing framework - Drop superfluous newline
This commit is contained in:
parent
e63a9d6976
commit
d604d7695e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559272
1 changed files with 4 additions and 7 deletions
|
@ -8,16 +8,13 @@ CATEGORIES= graphics
|
|||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= OpenGL and OpenGL ES shader front end and validator
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKDIR}/LICENSE
|
||||
LICENSE= APACHE20 BSD2CLAUSE BSD3CLAUSE GPLv3+ MIT
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= cmake compiler:c++11-lib
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= KhronosGroup
|
||||
|
||||
post-extract:
|
||||
${SED} '/^$$/,$$d' ${WRKSRC}/${PORTNAME}/Include/Types.h \
|
||||
>${WRKDIR}/LICENSE
|
||||
TEST_TARGET= test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue