freebsd-ports/audio/py-ogg/Makefile

28 lines
581 B
Makefile
Raw Normal View History

# New ports collection makefile for: pyogg
# Date created: 23 Sep 2002
# Whom: nbm
#
# $FreeBSD$
#
PORTNAME= ogg
2003-08-22 22:00:56 +02:00
PORTVERSION= 1.3
PORTREVISION= 2
CATEGORIES= audio
2003-10-27 10:11:28 +01:00
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
do-configure:
@cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py --prefix ${LOCALBASE}
.include <bsd.port.mk>