mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
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
23 lines
560 B
Makefile
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>
|