freebsd-ports/graphics/vulkan-headers/Makefile
Jan Beich 8045982ddf graphics/vulkan-headers: update to 1.3.230
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.

Changes:	https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.229...v1.3.230
Reported by:	Repology, portscout
2022-09-30 09:01:08 +00:00

26 lines
622 B
Makefile

PORTNAME= vulkan-headers
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.230
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-patch:
# XXX Drop after FreeBSD 12.* EOL around 2024-06-30
@if [ -L /usr/include/sched.h ]; then \
${REINPLACE_CMD} $$'/^namespace/i\\\n#undef major\\\n#undef minor\\\n\\\n' \
${WRKSRC}/include/vulkan/vulkan_structs.hpp; \
fi
.include <bsd.port.mk>