freebsd-ports/multimedia/vid.stab/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

24 lines
483 B
Makefile

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>