freebsd-ports/multimedia/vid.stab/Makefile
Mathieu Arnold 07da776842 Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 16:32:43 +00:00

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>