blob: a37fd7ceab4a02da5019a2c9bc431bc698c7f770 (
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
|
# Created by: nbm
# $FreeBSD$
PORTNAME= ogg
PORTVERSION= 1.3
PORTREVISION= 5
CATEGORIES= audio python
MASTER_SITES= http://ekyo.nerim.net/software/pyogg/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyogg-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Object-oriented Python bindings for the ogg library
LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg
USE_PYTHON= yes
NO_STAGE= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= pyogg
do-configure:
@cd ${WRKSRC} && ${MAKE_ENV} ${PYTHON_CMD} config_unix.py --prefix ${LOCALBASE}
.include <bsd.port.mk>
|