# New ports collection makefile for: pyogg # Date created: 23 Sep 2002 # Whom: nbm # # $FreeBSD: ports/audio/py-ogg/Makefile,v 1.11 2007/07/30 09:40:59 alexbl Exp $ # PORTNAME= ogg PORTVERSION= 1.3 PORTREVISION= 2 CATEGORIES= audio 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.5:${PORTSDIR}/audio/libogg USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= pyogg do-configure: @cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py --prefix ${LOCALBASE} .include