summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-25 23:29:34 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-25 23:29:34 +0000
commit1df9d247be410e0fd8c43e281e7aaa314fef30e5 (patch)
tree5d26acd476642c3b773f75db8040205ff9dc4d29 /audio
parentAdd new USES=openal, which will replace USE_OPENAL (diff)
Convert the tree to USES=openal
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=337464
Diffstat (limited to 'audio')
-rw-r--r--audio/alure/Makefile3
-rw-r--r--audio/fpc-openal/Makefile2
-rw-r--r--audio/freealut/Makefile3
-rw-r--r--audio/hs-ALUT/Makefile2
-rw-r--r--audio/hs-OpenAL/Makefile2
-rw-r--r--audio/py-al/Makefile2
-rw-r--r--audio/py-openal/Makefile2
7 files changed, 8 insertions, 8 deletions
diff --git a/audio/alure/Makefile b/audio/alure/Makefile
index 29bfb1d98b87..f79cb8959d1e 100644
--- a/audio/alure/Makefile
+++ b/audio/alure/Makefile
@@ -14,8 +14,7 @@ LICENSE= MIT
LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile
-USES= cmake pkgconfig
-USE_OPENAL= soft
+USES= cmake openal:soft pkgconfig
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
diff --git a/audio/fpc-openal/Makefile b/audio/fpc-openal/Makefile
index 0853e20bbafb..6ab169e9b364 100644
--- a/audio/fpc-openal/Makefile
+++ b/audio/fpc-openal/Makefile
@@ -19,4 +19,6 @@ OPTIONS_DEFINE= OPENAL
OPENAL_DESC= Install openal library
OPTIONS_DEFAULT= OPENAL
+OPENAL_USES= openal:soft
+
.include "${MASTERDIR}/Makefile"
diff --git a/audio/freealut/Makefile b/audio/freealut/Makefile
index e68e4b58536e..27a3317ebd4c 100644
--- a/audio/freealut/Makefile
+++ b/audio/freealut/Makefile
@@ -15,8 +15,7 @@ NO_STAGE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-USES= gmake pathfix pkgconfig
-USE_OPENAL= al
+USES= gmake openal:al pathfix pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
diff --git a/audio/hs-ALUT/Makefile b/audio/hs-ALUT/Makefile
index 7cb9a884ebcc..cc486d4b7393 100644
--- a/audio/hs-ALUT/Makefile
+++ b/audio/hs-ALUT/Makefile
@@ -13,7 +13,7 @@ LICENSE= BSD
USE_CABAL= OpenAL StateVar
NO_STAGE= yes
-USE_OPENAL= al alut
+USES= openal:al,alut
INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
diff --git a/audio/hs-OpenAL/Makefile b/audio/hs-OpenAL/Makefile
index ebb00566eed4..e8ae5d77e543 100644
--- a/audio/hs-OpenAL/Makefile
+++ b/audio/hs-OpenAL/Makefile
@@ -13,7 +13,7 @@ LICENSE= BSD
USE_CABAL= ObjectName StateVar Tensor
NO_STAGE= yes
-USE_OPENAL= al
+USES= openal:al
INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
diff --git a/audio/py-al/Makefile b/audio/py-al/Makefile
index cf920a8f7323..eba5ea0bc0db 100644
--- a/audio/py-al/Makefile
+++ b/audio/py-al/Makefile
@@ -10,7 +10,7 @@ DISTNAME= PyAL-${PORTVERSION}
MAINTAINER= mva@FreeBSD.org
COMMENT= PyAL is a binding of OpenAL for Python
-USE_OPENAL= al
+USES= openal:al
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
diff --git a/audio/py-openal/Makefile b/audio/py-openal/Makefile
index 1abaf3bb4fec..b47f42657cef 100644
--- a/audio/py-openal/Makefile
+++ b/audio/py-openal/Makefile
@@ -13,7 +13,7 @@ MAINTAINER= acm@FreeBSD.org
COMMENT= PyOpenAL is a binding of OpenAL for Python
DIST_SUBDIR= python
-USE_OPENAL= al alut
+USES= openal:al,alut
NO_STAGE= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes