blob: fe56516d951dda612e48950c545e1507d69b9f1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= vid.stab
PORTVERSION= 0.98.2
CATEGORIES= multimedia
MAINTAINER= ports@FreeBSD.org
COMMENT= Video stabilization library
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
PORTSCOUT= skipv:before_complex_transforms
USE_GITHUB= yes
GH_ACCOUNT= georgmartius
GH_TAGNAME= release-0.98b
USES= cmake
USE_LDCONFIG= yes
pre-configure:
@${REINPLACE_CMD} -e 's,lib$${LIB_SUFFIX}/pkgconfig,libdata/pkgconfig,' \
${WRKSRC}/CMakeModules/create_pkgconfig_file.cmake
.include <bsd.port.mk>
|