blob: ce36703d3f299ecc94e750658753aba530b1c36d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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>
|