freebsd-ports/audio/py-al/Makefile

22 lines
450 B
Makefile
Raw Normal View History

# $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/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyAL-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
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
USE_PYTHON= autoplist distutils
2017-02-05 14:10:47 +01:00
NO_ARCH= yes
.include <bsd.port.mk>