openbsd-ports/graphics/spirv-headers/Makefile
thfr 90b97d0323 update vulkan ports to SDK 1.3.224.1 (and glslang to 11.11.0)
tested also by jsg@ on arm64 and amd64 with no issues with latest Mesa.
2022-10-30 22:51:56 +00:00

26 lines
421 B
Makefile

COMMENT = SPIRV-Headers
V = 1.3.224.1
DISTNAME = spirv-headers-${V}
GH_ACCOUNT = KhronosGroup
GH_PROJECT = SPIRV-Headers
GH_TAGNAME = sdk-${V}
EPOCH = 0
CATEGORIES = devel graphics
HOMEPAGE = https://www.khronos.org/vulkan/
MAINTAINER = Thomas Frohwein <thfr@openbsd.org>
# BSD-style
PERMIT_PACKAGE = Yes
# C++
COMPILER = base-clang ports-gcc base-gcc
MODULES = devel/cmake
NO_TEST = Yes
.include <bsd.port.mk>