freebsd-ports/graphics/vulkan-headers/Makefile
Po-Chuan Hsieh 43bece15f4
graphics/vulkan-headers: Add NO_ARCH
Approved by:	portmgr (blanket)
2022-01-24 03:09:46 +08:00

20 lines
332 B
Makefile

PORTNAME= vulkan-headers
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.203
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
NO_ARCH= yes
.include <bsd.port.mk>