1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/audio/py-ogg/Makefile
Ion-Mihai Tetcu a1028386b8 - pass maintainership to Soeren Straarup
- correct WWW

PR:		100861
Submitted by:	Soeren Straarup
2006-07-26 11:16:57 +00:00

28 lines
576 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= xride@x12.dk
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>