Changes: https://github.com/KhronosGroup/glslang/compare/e0bc65b...7.10.2984 Submitted by: Greg V (maintainer) Differential Revision: https://reviews.freebsd.org/D18712
32 lines
766 B
Makefile
32 lines
766 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= vulkan-tools
|
|
DISTVERSIONPREFIX= sdk-
|
|
DISTVERSION= 1.1.82.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel graphics
|
|
|
|
MAINTAINER= greg@unrelenting.technology
|
|
COMMENT= Tools and demos for the Vulkan graphics API
|
|
|
|
LICENSE= APACHE20
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:devel/vulkan-headers \
|
|
glslangValidator:devel/glslang
|
|
LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader \
|
|
libX11-xcb.so:x11/libX11 \
|
|
libXrandr.so:x11/libXrandr \
|
|
libxcb.so:x11/libxcb
|
|
|
|
USES= cmake compiler:c++11-lib pkgconfig python:3.4+,build
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= KhronosGroup
|
|
GH_PROJECT= Vulkan-Tools
|
|
|
|
CMAKE_OFF= BUILD_TESTS BUILD_ICD \
|
|
BUILD_WSI_WAYLAND_SUPPORT BUILD_WSI_MIR_SUPPORT
|
|
CMAKE_ARGS= -DGLSLANG_INSTALL_DIR=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|