freebsd-ports/audio/py-al/Makefile
2014-08-10 08:55:08 +00:00

16 lines
366 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
USES= openal:al python
PYTHON_FEATURES=autoplist distutils
.include <bsd.port.mk>