1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/multimedia/schroedinger/Makefile
Li-Wen Hsu 455d54b815 Add schroedinger 1.0.3, high-speed Dirac codec.
PR:		ports/124575
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2008-06-14 18:46:03 +00:00

26 lines
580 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.3
CATEGORIES= multimedia
MASTER_SITES= http://www.diracvideo.org/download/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gslin@gslin.org
COMMENT= High-speed Dirac codec
LIB_DEPENDS= oil:${PORTSDIR}/devel/liboil
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -e 's|^pkgconfigdir=.*|pkgconfigdir="\\$$(prefix)/libdata/pkgconfig"|' ${WRKSRC}/configure
.include <bsd.port.mk>