2002-10-07 15:43:18 +02:00
|
|
|
# New ports collection makefile for: pyvorbis
|
|
|
|
# Date created: 23 Sep 2002
|
|
|
|
# Whom: makeport.pl
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= vorbis
|
2003-08-22 22:06:42 +02:00
|
|
|
PORTVERSION= 1.3
|
2003-12-20 17:14:14 +01:00
|
|
|
PORTREVISION= 1
|
2002-10-07 15:43:18 +02:00
|
|
|
CATEGORIES= audio
|
2002-12-18 22:37:35 +01:00
|
|
|
MASTER_SITES= http://www.andrewchatham.com/pyogg/download/
|
2002-10-07 15:43:18 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= pyvorbis-${PORTVERSION}
|
|
|
|
|
2004-03-25 19:28:44 +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
|
2003-12-20 17:14:14 +01:00
|
|
|
LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis
|
2002-10-07 15:43:18 +02:00
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/ogg/vorbis.so
|
2002-10-07 15:43:18 +02:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
do-configure:
|
|
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|