[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / audio / openal-soft

Annotation of ports/audio/openal-soft/Makefile, Revision 1.5

1.1       yason       1: # $OpenBSD$
                      2:
                      3: COMMENT =              software implementation of the OpenAL specification
                      4:
1.5     ! yason       5: DISTNAME =             openal-soft-1.10.622
1.1       yason       6:
1.4       yason       7: SHARED_LIBS =          openal  0.0     #1.9
1.1       yason       8:
                      9: CATEGORIES =           audio
                     10:
                     11: HOMEPAGE =             http://kcat.strangesoft.net/openal.html
                     12:
                     13: #MAINTAINER =          ???
                     14:
                     15: # GPLv2
                     16: PERMIT_PACKAGE_CDROM = Yes
                     17: PERMIT_PACKAGE_FTP =   Yes
                     18: PERMIT_DISTFILES_CDROM =Yes
                     19: PERMIT_DISTFILES_FTP = Yes
                     20:
1.4       yason      21: WANTLIB =              c m ossaudio pthread
1.1       yason      22:
                     23: MASTER_SITES =         http://kcat.strangesoft.net/openal-releases/
                     24: EXTRACT_SUFX =         .tar.bz2
                     25:
                     26: MODULES =              devel/cmake
                     27:
1.5     ! yason      28: SEPARATE_BUILD =       concurrent
1.1       yason      29: USE_LIBTOOL =          Yes
1.3       yason      30: CONFIGURE_ARGS +=      -DALSA:BOOL=OFF -DPORTAUDIO:BOOL=ON -DPULSEAUDIO:BOOL=OFF \
                     31:                        -DOSS:BOOL=ON -DSOLARIS:BOOL=OFF -DDSOUND:BOOL=OFF \
                     32:                        -DALSOFT_CONFIG:BOOL=ON
1.1       yason      33:
                     34: NO_REGRESS =           Yes
                     35:
                     36: .include <bsd.port.mk>

CVSweb