forked from Lainports/freebsd-ports
- 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)
20 lines
350 B
Makefile
20 lines
350 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= vulkan-headers
|
|
DISTVERSIONPREFIX=sdk-
|
|
DISTVERSION= 1.1.108.0
|
|
CATEGORIES= devel graphics
|
|
|
|
MAINTAINER= greg@unrelenting.technology
|
|
COMMENT= Headers for the Vulkan graphics API
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= cmake
|
|
STRIP= # nothing to strip
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= KhronosGroup
|
|
GH_PROJECT= Vulkan-Headers
|
|
|
|
.include <bsd.port.mk>
|