45a354eba3
- Force rebuild all consumers to catch regressions early
Changes: https://github.com/KhronosGroup/glslang/compare/7.10.2984...7.11.3214
Changes: 4618b86...c4f8f65
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2018.6...v2019.2
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-Loader/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-Tools/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/sdk-1.1.82.0...sdk-1.1.108.0
PR: 238945
Submitted by: Greg V (maintainer)
28 lines
681 B
Makefile
28 lines
681 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= vulkan-tools
|
|
DISTVERSIONPREFIX= sdk-
|
|
DISTVERSION= 1.1.108.0
|
|
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
|
|
|
|
USES= cmake compiler:c++11-lib pkgconfig python:3.4+,build
|
|
USE_XORG= x11 xcb xrandr sm ice xext
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= KhronosGroup
|
|
GH_PROJECT= Vulkan-Tools
|
|
|
|
CMAKE_OFF= BUILD_TESTS BUILD_ICD \
|
|
BUILD_WSI_WAYLAND_SUPPORT
|
|
CMAKE_ARGS= -DGLSLANG_INSTALL_DIR=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|