mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
455d54b815
PR: ports/124575 Submitted by: Gea-Suan Lin <gslin at gslin.org>
26 lines
580 B
Makefile
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>
|