freebsd-ports/multimedia/schroedinger/Makefile
Martin Matuska 1f694edf29 - Update schroedinger to 1.0.9
- Bump library version
2010-03-24 18:44:22 +00:00

28 lines
633 B
Makefile

# New ports collection makefile for: schroedinger
# Date created: 2008-06-14
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= schroedinger
PORTVERSION= 1.0.9
CATEGORIES= multimedia
MASTER_SITES= http://diracvideo.org/download/schroedinger/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mm@FreeBSD.org
COMMENT= High-speed Dirac codec
LIB_DEPENDS= orc-0.4:${PORTSDIR}/devel/orc
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
.include <bsd.port.pre.mk>
post-patch:
${REINPLACE_CMD} -e 's|^pkgconfigdir=.*|pkgconfigdir="\\$$(prefix)/libdata/pkgconfig"|' ${WRKSRC}/configure
.include <bsd.port.post.mk>