mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
22 lines
377 B
Makefile
22 lines
377 B
Makefile
COMMENT = Vulkan header files
|
|
|
|
V = 1.4.341.0
|
|
PKGNAME = vulkan-headers-${V}
|
|
GH_TAGNAME = vulkan-sdk-${V}
|
|
GH_ACCOUNT = KhronosGroup
|
|
GH_PROJECT = Vulkan-Headers
|
|
|
|
CATEGORIES = devel graphics
|
|
|
|
HOMEPAGE = https://www.khronos.org/vulkan/
|
|
MAINTAINER = Thomas Frohwein <thfr@openbsd.org>
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = devel/cmake
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|