2013-09-20 16:36:35 +02:00
|
|
|
# Created by: makeport.pl
|
2002-10-07 15:43:18 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= vorbis
|
2004-10-26 15:46:14 +02:00
|
|
|
PORTVERSION= 1.4
|
2012-07-19 22:15:37 +02:00
|
|
|
PORTREVISION= 4
|
2008-12-28 11:54:08 +01:00
|
|
|
CATEGORIES= audio python
|
2012-06-07 21:26:25 +02:00
|
|
|
MASTER_SITES= http://ekyo.nerim.net/software/pyogg/
|
2002-10-07 15:43:18 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= pyvorbis-${PORTVERSION}
|
|
|
|
|
2012-03-02 22:52:36 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Object-oriented Python bindings for the vorbis library
|
2002-10-07 15:43:18 +02:00
|
|
|
|
2003-08-22 22:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/_ogg.so:${PORTSDIR}/audio/py-ogg
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/_ogg.so:${PORTSDIR}/audio/py-ogg
|
2013-09-28 00:36:11 +02:00
|
|
|
LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis
|
2002-10-07 15:43:18 +02:00
|
|
|
|
2014-01-13 22:00:02 +01:00
|
|
|
USE_PYTHON= 2
|
2002-10-07 15:43:18 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2013-09-28 00:36:11 +02:00
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2002-10-07 15:43:18 +02:00
|
|
|
|
2009-05-31 17:33:00 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \
|
|
|
|
${WRKSRC}/config_unix.py
|
|
|
|
|
2002-10-07 15:43:18 +02:00
|
|
|
do-configure:
|
|
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|