2013-04-26 17:57:02 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= al
|
|
|
|
PORTVERSION= 0.1.0
|
|
|
|
CATEGORIES= audio python
|
|
|
|
MASTER_SITES= http://cdn.bitbucket.org/marcusva/py-al/downloads/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= PyAL-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= mva@FreeBSD.org
|
|
|
|
COMMENT= PyAL is a binding of OpenAL for Python
|
|
|
|
|
2015-04-05 21:21:57 +02:00
|
|
|
BROKEN= Unfetchable
|
2014-08-10 10:55:08 +02:00
|
|
|
USES= openal:al python
|
2014-08-14 19:04:30 +02:00
|
|
|
USE_PYTHON= autoplist distutils
|
2013-04-26 17:57:02 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|