7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
29 lines
723 B
Makefile
29 lines
723 B
Makefile
# 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/download/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= pyvorbis-${PORTVERSION}
|
|
|
|
MAINTAINER= nbm@FreeBSD.org
|
|
COMMENT= Object-oriented Python bindings for the vorbis library
|
|
|
|
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>
|