1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/multimedia/vid.stab/Makefile
Baptiste Daroussin 291f475f42 Drop maintainership
multimedia@ has not enought manpower to focus on those ports
2019-02-20 14:28:25 +00:00

27 lines
496 B
Makefile

# $FreeBSD$
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>