aboutsummaryrefslogtreecommitdiff
path: root/multimedia/chilitags/Makefile
blob: e405c543ee763bb4ad3caab223688351e2b01374 (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
29
30
PORTNAME=	chilitags
DISTVERSION=	2.0.0-169
DISTVERSIONSUFFIX=	-g0d9854f
PORTREVISION=	8
CATEGORIES=	multimedia

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Robust fiducial markers for augmented reality and robotics
WWW=		https://chili.epfl.ch/software

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/gpl.txt

LIB_DEPENDS=	libopencv_video.so:graphics/opencv

USES=		cmake compiler:c++11-lang
USE_GITHUB=	yes
GH_ACCOUNT=	chili-epfl
USE_LDCONFIG=	yes

PLIST_FILES=	bin/chilitags-creator \
		include/chilitags/chilitags.hpp \
		include/chilitags/chilitags_export.hpp \
		lib/libchilitags.so \
		libdata/pkgconfig/chilitags.pc

post-install:
		@${RM} ${STAGEDIR}${PREFIX}/lib/libchilitags_static.a

.include <bsd.port.mk>