aboutsummaryrefslogtreecommitdiff
path: root/devel/ignition-plugin/Makefile
blob: 2bd4a9be158038942dc42c99b90467ac475a23eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $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>