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

Changes:	https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.2.200...v1.2.201
Reported by:	Repology
2021-12-02 00:47:06 +00:00

18 lines
318 B
Makefile

PORTNAME= vulkan-headers
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.201
CATEGORIES= graphics
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Headers for the Vulkan graphics API
LICENSE= APACHE20
USES= cmake
STRIP= # nothing to strip
USE_GITHUB= yes
GH_ACCOUNT= KhronosGroup
GH_PROJECT= Vulkan-Headers
.include <bsd.port.mk>