- Force rebuild all consumers to catch regressions early
Changes: https://github.com/KhronosGroup/glslang/compare/7.10.2984...7.11.3214
Changes: 4618b86...c4f8f65
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2018.6...v2019.2
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-Loader/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-Tools/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/sdk-1.1.82.0...sdk-1.1.108.0
PR: 238945
Submitted by: Greg V (maintainer)
22 lines
432 B
Makefile
22 lines
432 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= glslang
|
|
DISTVERSION= 7.11.3214
|
|
CATEGORIES= devel graphics
|
|
|
|
MAINTAINER= greg@unrelenting.technology
|
|
COMMENT= OpenGL and OpenGL ES shader front end and validator
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKDIR}/LICENSE
|
|
|
|
USES= cmake compiler:c++11-lib
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= KhronosGroup
|
|
|
|
post-extract:
|
|
${SED} '/^$$/,$$d' ${WRKSRC}/${PORTNAME}/Include/Types.h \
|
|
>${WRKDIR}/LICENSE
|
|
|
|
.include <bsd.port.mk>
|