07da776842
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
24 lines
453 B
Makefile
24 lines
453 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= vid.stab
|
|
PORTVERSION= 0.98.2
|
|
CATEGORIES= multimedia
|
|
|
|
MAINTAINER= avilla@FreeBSD.org
|
|
COMMENT= Video stabilization library
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
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>
|