blob: 6b423d99331ccfc56c93c6d7185c13f98c490545 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $FreeBSD$
PORTNAME= vulkan-headers
DISTVERSIONPREFIX=sdk-
DISTVERSION= 1.1.82.0
CATEGORIES= devel graphics
MAINTAINER= greg@unrelenting.technology
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>
|