openbsd-ports/graphics/spirv-tools/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

36 lines
641 B
Makefile

COMMENT = API and commands for processing SPIR-V
V = 1.3.224.1
DISTNAME = spirv-tools-${V}
GH_ACCOUNT = KhronosGroup
GH_PROJECT = SPIRV-Tools
GH_TAGNAME = sdk-${V}
EPOCH = 0
CATEGORIES = devel graphics
HOMEPAGE = https://www.khronos.org/vulkan/
MAINTAINER = Thomas Frohwein <thfr@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX} c m
# C++11
COMPILER = base-clang ports-gcc
MODULES = devel/cmake \
lang/python
MODPY_RUNDEP = No
BUILD_DEPENDS = graphics/spirv-headers
CONFIGURE_ARGS = -DSPIRV-Headers_SOURCE_DIR="${LOCALBASE}"
# effcee is missing to build tests
NO_TEST = Yes
.include <bsd.port.mk>