ports/graphics/vulkan-headers/Makefile
Jan Beich e585b552ad graphics/vulkan-headers: update to 1.3.281
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.

Changes:	https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.280...v1.3.281
Reported by:	Repology, portscout
2024-03-23 18:33:20 +01:00

23 lines
560 B
Makefile

PORTNAME= vulkan-headers
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.281
CATEGORIES= graphics
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Headers for the Vulkan graphics API
WWW= https://github.com/KhronosGroup/Vulkan-Headers
LICENSE= APACHE20
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= KhronosGroup
GH_PROJECT= Vulkan-Headers
STRIP= # nothing to strip
NO_ARCH= yes
post-extract:
# genvk.py requires docgenerator.py from Vulkan-Docs, so drop useless shebang
@${FIND} ${WRKSRC}/registry -name \*.py -exec ${REINPLACE_CMD} -i '' '/^#!/d' {} +
.include <bsd.port.mk>