Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

21 lines
349 B
Makefile

# $FreeBSD$
PORTNAME= vulkan-headers
DISTVERSIONPREFIX=sdk-
DISTVERSION= 1.1.82.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>