2018-09-03 19:43:50 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= glslang
|
2019-07-04 22:24:59 +02:00
|
|
|
DISTVERSION= 7.11.3214
|
2018-09-03 19:43:50 +02:00
|
|
|
CATEGORIES= devel graphics
|
|
|
|
|
|
|
|
MAINTAINER= greg@unrelenting.technology
|
|
|
|
COMMENT= OpenGL and OpenGL ES shader front end and validator
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKDIR}/LICENSE
|
|
|
|
|
2018-12-25 21:25:39 +01:00
|
|
|
USES= cmake compiler:c++11-lib
|
2018-09-03 19:43:50 +02:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= KhronosGroup
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
${SED} '/^$$/,$$d' ${WRKSRC}/${PORTNAME}/Include/Types.h \
|
|
|
|
>${WRKDIR}/LICENSE
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|