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
18 lines
318 B
Makefile
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>
|