2013-04-26 17:57:02 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= al
|
|
|
|
PORTVERSION= 0.1.0
|
|
|
|
CATEGORIES= audio python
|
2015-04-06 10:01:38 +02:00
|
|
|
MASTER_SITES= http://bitbucket.org/marcusva/py-al/downloads/
|
2013-04-26 17:57:02 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= PyAL-${PORTVERSION}
|
|
|
|
|
2017-01-22 23:27:54 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-04-26 17:57:02 +02:00
|
|
|
COMMENT= PyAL is a binding of OpenAL for Python
|
|
|
|
|
2017-02-05 14:10:47 +01:00
|
|
|
LICENSE= PD ZLIB
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
LICENSE_FILE= ${WRKSRC}/doc/copying.rst
|
2015-04-06 10:01:38 +02:00
|
|
|
|
2014-08-10 10:55:08 +02:00
|
|
|
USES= openal:al python
|
2014-08-14 19:04:30 +02:00
|
|
|
USE_PYTHON= autoplist distutils
|
2017-02-05 14:10:47 +01:00
|
|
|
NO_ARCH= yes
|
2013-04-26 17:57:02 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|