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
|
2010-06-06 22:44:03 +02:00
|
|
|
PORTREVISION= 4
|
2008-12-28 11:54:08 +01:00
|
|
|
CATEGORIES= audio python
|
2012-06-07 21:26:25 +02:00
|
|
|
MASTER_SITES= http://ekyo.nerim.net/software/pyogg/
|
2002-10-07 15:40:41 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= pyogg-${PORTVERSION}
|
|
|
|
|
2012-03-02 22:52:36 +01:00
|
|
|
MAINTAINER= ports@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
|
|
|
|
2010-06-06 22:44:03 +02:00
|
|
|
LIB_DEPENDS= ogg.7:${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:
|
2012-02-12 23:39:17 +01:00
|
|
|
@cd ${WRKSRC} && ${MAKE_ENV} ${PYTHON_CMD} config_unix.py --prefix ${LOCALBASE}
|
2002-10-07 15:40:41 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|