aboutsummaryrefslogtreecommitdiff
path: root/graphics/spirv-tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/spirv-tools/Makefile')
-rw-r--r--graphics/spirv-tools/Makefile26
1 files changed, 19 insertions, 7 deletions
diff --git a/graphics/spirv-tools/Makefile b/graphics/spirv-tools/Makefile
index 4824fea487f4..df899b022e05 100644
--- a/graphics/spirv-tools/Makefile
+++ b/graphics/spirv-tools/Makefile
@@ -1,23 +1,35 @@
PORTNAME= spirv-tools
DISTVERSIONPREFIX= v
-DISTVERSION= 2025.3.rc1 # please always bump all dependencies when updated because at least graphics/shaderc links in static libraries
+DISTVERSION= 2025.4 # please always bump all dependencies when updated because at least graphics/shaderc links in static libraries
CATEGORIES= graphics
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= tagattie@FreeBSD.org
COMMENT= Tools for processing SPIR-V intermediate shader language modules
WWW= https://github.com/KhronosGroup/SPIRV-Tools
LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake compiler:c++11-lib python:build shebangfix
-USE_LDCONFIG= yes
-SHEBANG_FILES= tools/lesspipe/spirv-lesspipe.sh
+USES= cmake:testing compiler:c++11-lib python:build shebangfix
USE_GITHUB= yes
GH_ACCOUNT= KhronosGroup
GH_PROJECT= SPIRV-Tools
-GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-430-g2a611a9:headers/external/spirv-headers
+GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-446-g01e0577:headers/external/spirv-headers
+
+USE_LDCONFIG= yes
+
+SHEBANG_FILES= tools/lesspipe/spirv-lesspipe.sh
+
+CMAKE_ON= SPIRV_SKIP_TESTS
+CMAKE_TESTING_OFF= SPIRV_SKIP_TESTS
+
+PORTDOCS= CHANGES CONTRIBUTING.md README.md SECURITY.md
+
+OPTIONS_DEFINE= DOCS
-CMAKE_ON= SPIRV_SKIP_TESTS
+post-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>