Files
ports/graphics/vulkan-headers/Makefile
T

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>