mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -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
|
MAINTAINER= jbeich@FreeBSD.org
|
||||||
COMMENT= OpenGL and OpenGL ES shader front end and validator
|
COMMENT= OpenGL and OpenGL ES shader front end and validator
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= APACHE20 BSD2CLAUSE BSD3CLAUSE GPLv3+ MIT
|
||||||
LICENSE_FILE= ${WRKDIR}/LICENSE
|
LICENSE_COMB= multi
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
USES= cmake compiler:c++11-lib
|
USES= cmake compiler:c++11-lib
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= KhronosGroup
|
GH_ACCOUNT= KhronosGroup
|
||||||
|
TEST_TARGET= test
|
||||||
post-extract:
|
|
||||||
${SED} '/^$$/,$$d' ${WRKSRC}/${PORTNAME}/Include/Types.h \
|
|
||||||
>${WRKDIR}/LICENSE
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue