forked from Lainports/freebsd-ports
20 lines
332 B
Makefile
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>
|