freebsd-ports/audio/py-ogg/Makefile
Kirill Ponomarev 0d69660198 Honour PREFIX.
PR:		ports/77658
Submitted by:	Bjoern Jonare <asdfgl at home.se>
2005-02-18 09:40:30 +00:00

27 lines
581 B
Makefile

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