2013-09-20 16:36:35 +02:00
|
|
|
# Created by: nbm
|
2002-10-07 15:40:41 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ogg
|
2003-08-22 22:00:56 +02:00
|
|
|
PORTVERSION= 1.3
|
2012-07-19 22:15:37 +02:00
|
|
|
PORTREVISION= 5
|
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
|
|
|
|
2014-07-21 14:02:38 +02:00
|
|
|
LICENSE= LGPL20
|
|
|
|
|
2013-09-28 00:36:11 +02:00
|
|
|
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg
|
2002-10-07 15:40:41 +02:00
|
|
|
|
2014-10-19 09:33:09 +02:00
|
|
|
USES= python:2
|
|
|
|
USE_PYTHON= distutils autoplist
|
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
|
|
|
|
2015-02-20 14:30:18 +01:00
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/ogg/_ogg.so
|
|
|
|
|
2002-10-07 15:40:41 +02:00
|
|
|
.include <bsd.port.mk>
|