1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Enable stage support

- Convert to new LIB_DEPENDS format
This commit is contained in:
Marcus von Appen 2013-09-29 11:31:53 +00:00
parent 2f04cf5a8e
commit 83e8407ad1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328680
2 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,6 @@ COMMENT= A software implementation of the OpenAL specification
CONFLICTS= openal-200[0-9]*
USE_BZIP2= yes
NO_STAGE= yes
USES= cmake
USE_LDCONFIG= yes
CMAKE_ARGS+= -DALSA:BOOL=OFF -DPORTAUDIO:BOOL=OFF -DSOLARIS:BOOL=OFF \
@ -26,7 +25,7 @@ PULSEAUDIO_DESC= Enable sound streaming using PulseAudio
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPULSEAUDIO}
LIB_DEPENDS+= pulse-simple:${PORTSDIR}/audio/pulseaudio
LIB_DEPENDS+= libpulse-simple.so:${PORTSDIR}/audio/pulseaudio
CFLAGS+= -Iinclude -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CMAKE_ARGS+= -DPULSEAUDIO:BOOL=ON

View File

@ -7,4 +7,4 @@ effects, including air absorption, low-pass filters, and reverb, are
available through the EFX extension. It also facilitates streaming audio,
multi-channel buffers, and audio capture.
WWW: http://kcat.strangesoft.net/openal.html
WWW: http://kcat.strangesoft.net/openal.html