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

Annotation of ports/games/asc/Makefile, Revision 1.1

1.1     ! yason       1: # $OpenBSD$
        !             2:
        !             3: COMMENT =      turn based strategy game
        !             4:
        !             5: DISTNAME =     asc-2.2.0.0
        !             6: CATEGORIES =   games x11
        !             7:
        !             8: HOMEPAGE =     http://www.asc-hq.org/
        !             9:
        !            10: # GPL
        !            11: PERMIT_PACKAGE_CDROM=   Yes
        !            12: PERMIT_PACKAGE_FTP=     Yes
        !            13: PERMIT_DISTFILES_CDROM= Yes
        !            14: PERMIT_DISTFILES_FTP=   Yes
        !            15:
        !            16: WANTLIB =              FLAC SDL X11 Xext Xau Xdmcp Xrandr Xrender c expat \
        !            17:                        freetype iconv jpeg m mikmod ogg png pthread smpeg \
        !            18:                        sndio speex stdc++ tiff usbhid vorbis vorbisenc \
        !            19:                        vorbisfile z
        !            20:
        !            21: MASTER_SITES =         ${MASTER_SITE_SOURCEFORGE:=asc-hq/}
        !            22: EXTRACT_SUFX =         .tar.bz2
        !            23:
        !            24: LIB_DEPENDS =  SDL_image::devel/sdl-image \
        !            25:                SDL_mixer::devel/sdl-mixer \
        !            26:                SDL_sound::devel/sdl-sound \
        !            27:                boost_regex::devel/boost \
        !            28:                bz2::archivers/bzip2 \
        !            29:                physfs::devel/physfs \
        !            30:                sigc-1.2::devel/libsigc++
        !            31: # xvidcore
        !            32:
        !            33: USE_X11 =              Yes
        !            34:
        !            35: CONFIGURE_STYLE =      gnu
        !            36: CONFIGURE_ENV +=       LDFLAGS="-L${LOCALBASE}/lib -lm -lz -lstdc++" \
        !            37:                        CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
        !            38:
        !            39: USE_LIBTOOL=   Yes
        !            40: USE_GMAKE=     Yes
        !            41:
        !            42: .include <bsd.port.mk>
        !            43:

CVSweb