as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
28 lines
661 B
Makefile
28 lines
661 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ignition-plugin
|
|
DISTVERSION= 1.0.0
|
|
PORTREVISION= 2
|
|
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>
|