freebsd-ports/multimedia/schroedinger/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

32 lines
862 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= schroedinger
PORTVERSION= 1.0.11
PORTREVISION= 4
CATEGORIES= multimedia
MASTER_SITES= http://diracvideo.org/download/schroedinger/
MAINTAINER= ports@FreeBSD.org
COMMENT= High-speed Dirac codec
LICENSE= GPLv2 LGPL20 MIT MPL
LICENSE_COMB= dual
LICENSE_FILE_MIT= ${WRKSRC}/COPYING.MIT
LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL
LIB_DEPENDS= liborc-0.4.so:devel/orc
USES= libtool pkgconfig
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|^pkgconfigdir=.*|pkgconfigdir="\\$${prefix}/libdata/pkgconfig"|' \
${WRKSRC}/configure
# Derived from upstream git commit ee011f33f80c9691a6cfd5116101fdcf8c3cd6f7
@${REINPLACE_CMD} '/^wavelet_max_gain_OBJECTS =/s/=/= tmp-orc.$$(OBJEXT)/' \
${WRKSRC}/testsuite/Makefile.in
.include <bsd.port.mk>