diff options
author | nbm <nbm@FreeBSD.org> | 2002-10-07 13:43:18 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2002-10-07 13:43:18 +0000 |
commit | eaf02ac4287ecf83cca20b994c7534a0d3e0cd8b (patch) | |
tree | df0ee5217429ee0de27c563fd22b5ab6173fe398 /audio/py-vorbis/Makefile | |
parent | a19a9fb3365be44a432d594f190d873232a4cfe8 (diff) | |
download | FreeBSD-ports-eaf02ac4287ecf83cca20b994c7534a0d3e0cd8b.zip FreeBSD-ports-eaf02ac4287ecf83cca20b994c7534a0d3e0cd8b.tar.gz |
Add py-vorbis 1.0, object-oriented Python bindings for the vorbis library.
Diffstat (limited to 'audio/py-vorbis/Makefile')
-rw-r--r-- | audio/py-vorbis/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/audio/py-vorbis/Makefile b/audio/py-vorbis/Makefile new file mode 100644 index 0000000..ce36703 --- /dev/null +++ b/audio/py-vorbis/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: pyvorbis +# Date created: 23 Sep 2002 +# Whom: makeport.pl +# +# $FreeBSD$ +# + +PORTNAME= vorbis +PORTVERSION= 1.0 +CATEGORIES= audio +MASTER_SITES= http://www.andrewchatham.com/pyogg/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= pyvorbis-${PORTVERSION} + +MAINTAINER= nbm@FreeBSD.org + +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/_oggmodule.so:${PORTSDIR}/audio/py-ogg +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/_oggmodule.so:${PORTSDIR}/audio/py-ogg +LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis + +USE_PYTHON= yes +USE_PYDISTUTILS= yes + +do-configure: + @cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py + +.include <bsd.port.mk> |