1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/audio/py-ogg/Makefile
2010-06-06 20:44:03 +00:00

29 lines
615 B
Makefile

# New ports collection makefile for: pyogg
# Date created: 23 Sep 2002
# Whom: nbm
#
# $FreeBSD$
#
PORTNAME= ogg
PORTVERSION= 1.3
PORTREVISION= 4
CATEGORIES= audio python
MASTER_SITES= http://www.andrewchatham.com/pyogg/download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyogg-${PORTVERSION}
MAINTAINER= xride@FreeBSD.org
COMMENT= Object-oriented Python bindings for the ogg library
LIB_DEPENDS= ogg.7:${PORTSDIR}/audio/libogg
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= pyogg
do-configure:
@cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py --prefix ${LOCALBASE}
.include <bsd.port.mk>