diff options
Diffstat (limited to 'graphics/glslang/Makefile')
-rw-r--r-- | graphics/glslang/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/glslang/Makefile b/graphics/glslang/Makefile index 0e4b68c02b1c..aa89be96cc73 100644 --- a/graphics/glslang/Makefile +++ b/graphics/glslang/Makefile @@ -1,10 +1,11 @@ PORTNAME= glslang -DISTVERSION= 15.4.0 +DISTVERSION= 16.0.0 CATEGORIES= graphics -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tagattie@FreeBSD.org COMMENT= OpenGL and OpenGL ES shader front end and validator -WWW= https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/ +WWW= https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/ \ + https://github.com/KhronosGroup/glslang LICENSE= APACHE20 BSD2CLAUSE BSD3CLAUSE GPLv3+ MIT LICENSE_COMB= multi @@ -16,8 +17,10 @@ TEST_DEPENDS= bash:shells/bash \ gmake:devel/gmake USES= cmake:testing compiler:c++11-lib python:build + USE_GITHUB= yes GH_ACCOUNT= KhronosGroup + CMAKE_ON= ALLOW_EXTERNAL_SPIRV_TOOLS .include <bsd.port.mk> |