- Install configuration file and make proper use of it

PR:		ports/150744
Submitted by:	<swell.k@gmail.com>
This commit is contained in:
Marcus von Appen 2010-09-20 21:36:29 +00:00
parent f24e4fd950
commit 1512448ae3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261507
2 changed files with 11 additions and 1 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= openal-soft
PORTVERSION= 1.12.854
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://kcat.strangesoft.net/openal-releases/
@ -20,7 +21,7 @@ USE_CMAKE= yes
USE_LDCONFIG= yes
CMAKE_USE_PTHREAD= yes
CMAKE_ARGS+= -DALSA:BOOL=OFF -DPORTAUDIO:BOOL=OFF -DSOLARIS:BOOL=OFF \
-DDSOUND:BOOL=OFF
-DDSOUND:BOOL=OFF -DALSOFT_CONFIG:BOOL=ON
OPTIONS= PULSEAUDIO "Enable sound streaming using PulseAudio" off
@ -35,4 +36,11 @@ CMAKE_ARGS+= -DPULSEAUDIO:BOOL=ON
CMAKE_ARGS+= -DPULSEAUDIO:BOOL=OFF
.endif
.post-patch:
@${REINPLACE_CMD} 's|/etc/openal|${ETCDIR}|' \
${WRKSRC}/Alc/alcConfig.c \
${WRKSRC}/CMakeLists.txt
@${REINPLACE_CMD} 's|alsoft.conf|alsoft.conf.sample|' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.post.mk>

View File

@ -1,4 +1,5 @@
bin/openal-info
%%ETCDIR%%/alsoft.conf.sample
include/AL/al.h
include/AL/alc.h
include/AL/alext.h
@ -8,3 +9,4 @@ lib/libopenal.so.1
lib/libopenal.so
libdata/pkgconfig/openal.pc
@dirrmtry include/AL
@dirrmtry %%ETCDIR%%