graphics/glslang: minor fixes

- Define all licenses
- Connect to the testing framework
- Drop superfluous newline
This commit is contained in:
Jan Beich 2020-12-26 04:46:13 +00:00
parent e63a9d6976
commit d604d7695e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559272

View file

@ -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>