freebsd-ports/lang/nyan/Makefile
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
377 B
Makefile

# $FreeBSD$
PORTNAME= nyan
PORTVERSION= g20180708
PORTREVISION= 1
CATEGORIES= lang
PKGNAMESUFFIX= -lang
MAINTAINER= freebsd@sysctl.cz
COMMENT= Data description language designed for openage
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/legal/LGPLv3
USES= cmake compiler:c++17-lang
USE_GITHUB= yes
GH_ACCOUNT= SFTtech
GH_TAGNAME= 3c263e2
USE_LDCONFIG= yes
.include <bsd.port.mk>