be1afde1ef
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.2.166...v1.2.169 Reported by: portscout
21 lines
330 B
Makefile
21 lines
330 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= vulkan-headers
|
|
DISTVERSIONPREFIX=v
|
|
DISTVERSION= 1.2.169
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
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>
|