freebsd-ports/devel/ignition-cmake/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

27 lines
568 B
Makefile

# $FreeBSD$
PORTNAME= ignition-cmake
DISTVERSION= 2.0.0
CATEGORIES= devel
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
MAINTAINER= yuri@FreeBSD.org
COMMENT= CMake modules to be used by the Ignition projects
LICENSE= APACHE20
USES= cmake pkgconfig
USE_RUBY= yes
CMAKE_OFF= BUILD_TESTING
BB_ACCOUNT= ignitionrobotics
BB_PROJECT= ign-cmake
BB_COMMIT= 776c2bfe1d18
WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
NO_ARCH= yes
PLIST_SUB+= CMAKE_IGN_VER=cmake${DISTVERSION:R:R}
.include <bsd.port.mk>