3a44eb599e
discontinued PyOpenAL project. In contrast to PyOpenAL, it has no licensing restrictions, nor does it rely on C code, but uses ctypes instead. WWW: http://bitbucket.org/marcusva/py-al
18 lines
384 B
Makefile
18 lines
384 B
Makefile
# $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
|
|
|
|
USE_OPENAL= al
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= PyAL
|
|
|
|
.include <bsd.port.mk>
|