537a9c13bf
Changes: https://github.com/KhronosGroup/Vulkan-ExtensionLayer/compare/v1.3.236...v1.3.237 Reported by: portscout
21 lines
513 B
Makefile
21 lines
513 B
Makefile
PORTNAME= vulkan-extension-layer
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.3.237
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Layer providing Vulkan features when native support is unavailable
|
|
WWW= https://github.com/KhronosGroup/Vulkan-ExtensionLayer
|
|
|
|
LICENSE= APACHE20
|
|
|
|
BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers
|
|
|
|
USES= cmake compiler:c++11-lib
|
|
USE_GITHUB= yes
|
|
USE_LDCONFIG= yes
|
|
GH_ACCOUNT= KhronosGroup
|
|
GH_PROJECT= Vulkan-ExtensionLayer
|
|
CMAKE_OFF= BUILD_TESTS
|
|
|
|
.include <bsd.port.mk>
|