[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / games / naev / base

Annotation of ports/games/naev/base/Makefile, Revision 1.1

1.1     ! yason       1: # $OpenBSD$
        !             2: #SHARED_ONLY =         ???
        !             3:
        !             4: COMMENT =              2D space trading and combat game
        !             5:
        !             6: DISTNAME =             naev-0.5.0
        !             7:
        !             8: # GPLv3
        !             9: PERMIT_PACKAGE_CDROM = Yes
        !            10: PERMIT_PACKAGE_FTP =   Yes
        !            11: PERMIT_DISTFILES_CDROM =Yes
        !            12: PERMIT_DISTFILES_FTP = Yes
        !            13:
        !            14: WANTLIB += GL SDL SDL_mixer c freetype lua m ogg png pthread vorbis
        !            15: WANTLIB += vorbisfile xml2 z
        !            16:
        !            17: EXTRACT_SUFX =         .tar.bz2
        !            18:
        !            19: RUN_DEPENDS =          devel/desktop-file-utils \
        !            20:                        games/naev/data
        !            21: LIB_DEPENDS =          audio/openal \
        !            22:                        devel/sdl-mixer \
        !            23:                        graphics/png \
        !            24:                        lang/lua \
        !            25:                        textproc/libxml
        !            26: #REGRESS_DEPENDS =     ???
        !            27:
        !            28: #MAKE_FLAGS =          ???
        !            29: #MAKE_ENV =            ???
        !            30: #FAKE_FLAGS =          ???
        !            31: #REGRESS_FLAGS =       ???
        !            32:
        !            33: CONFIGURE_STYLE =      gnu
        !            34: CONFIGURE_ARGS +=      --disable-shave \
        !            35:                        --enable-lua=shared \
        !            36:                        --without-openal
        !            37:
        !            38: CONFIGURE_ENV +=       CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
        !            39:                        LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread"
        !            40:
        !            41: #REGRESS_IS_INTERACTIVE =      Yes
        !            42:
        !            43: #NO_REGRESS =          Yes
        !            44:
        !            45: #REGRESS_TARGET =      ???
        !            46:
        !            47: .include <bsd.port.mk>

CVSweb