mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
a382bbffeb
conflict in behaviour with the read-only COMPILER_FEATURES knob - Fix the deprecated USE_PYTHON_BUILD and USE_PYTHON_RUN behaviour, which usually should be mutually exclusive, but some ports include both knobs Phabric: D581 Recommended by: danfe@, makc@ Reviewed by: danfe, wg, antoine Approved by: portmgr With hat: python@
17 lines
362 B
Makefile
17 lines
362 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
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|