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

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

1.1       yason       1: # $OpenBSD$
                      2:
                      3: COMMENT =              software implementation of the OpenAL specification
                      4:
                      5: DISTNAME =             openal-soft-1.8.466
                      6:
1.2       yason       7: SHARED_LIBS =          openal  0.0     #1.8
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:
                     21: WANTLIB =              c m pthread
                     22:
                     23: MASTER_SITES =         http://kcat.strangesoft.net/openal-releases/
                     24: EXTRACT_SUFX =         .tar.bz2
                     25:
                     26: MODULES =              devel/cmake
                     27:
                     28: USE_LIBTOOL =          Yes
1.3     ! yason      29: CONFIGURE_ARGS +=      -DALSA:BOOL=OFF -DPORTAUDIO:BOOL=ON -DPULSEAUDIO:BOOL=OFF \
        !            30:                        -DOSS:BOOL=ON -DSOLARIS:BOOL=OFF -DDSOUND:BOOL=OFF \
        !            31:                        -DALSOFT_CONFIG:BOOL=ON
1.1       yason      32:
                     33: NO_REGRESS =           Yes
                     34:
                     35: .include <bsd.port.mk>

CVSweb