2002-10-07 15:40:41 +02:00
|
|
|
# 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
|
2009-07-06 23:25:59 +02:00
|
|
|
PORTREVISION= 3
|
2008-12-28 11:54:08 +01:00
|
|
|
CATEGORIES= audio python
|
2003-10-27 10:11:28 +01:00
|
|
|
MASTER_SITES= http://www.andrewchatham.com/pyogg/download/
|
2002-10-07 15:40:41 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= pyogg-${PORTVERSION}
|
|
|
|
|
2006-09-30 00:01:22 +02:00
|
|
|
MAINTAINER= xride@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Object-oriented Python bindings for the ogg library
|
2002-10-07 15:40:41 +02:00
|
|
|
|
2009-07-06 23:25:59 +02:00
|
|
|
LIB_DEPENDS= ogg.6:${PORTSDIR}/audio/libogg
|
2002-10-07 15:40:41 +02:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= pyogg
|
2002-10-07 15:40:41 +02:00
|
|
|
|
|
|
|
do-configure:
|
2005-02-18 10:40:30 +01:00
|
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py --prefix ${LOCALBASE}
|
2002-10-07 15:40:41 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|