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

28 lines
661 B
Makefile

# $FreeBSD$
PORTNAME= ignition-plugin
DISTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for registering plugins and dynamically loading them
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ignition-cmake==2:devel/ignition-cmake
USES= cmake compiler:c++17-lang
USE_LDCONFIG= yes
BB_ACCOUNT= ignitionrobotics
BB_PROJECT= ign-plugin
BB_COMMIT= 6bf2bf09570f
WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
PLIST_SUB+= PLUGIN_IGN_VER=plugin${DISTVERSION:R:R}
.include <bsd.port.mk>