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

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

1.1       yason       1: # $OpenBSD$
                      2:
1.2     ! yason       3: COMMENT =              turn based strategy game
1.1       yason       4:
1.2     ! yason       5: DISTNAME =             asc-2.2.0.0
        !             6: CATEGORIES =           games x11
1.1       yason       7:
1.2     ! yason       8: HOMEPAGE =             http://www.asc-hq.org/
1.1       yason       9:
                     10: # GPL
                     11: PERMIT_PACKAGE_CDROM=   Yes
                     12: PERMIT_PACKAGE_FTP=     Yes
                     13: PERMIT_DISTFILES_CDROM= Yes
                     14: PERMIT_DISTFILES_FTP=   Yes
                     15:
1.2     ! yason      16: WANTLIB =              FLAC SDL X11 Xext Xau Xdmcp Xrandr Xrender c \
        !            17:                        expat freetype iconv jpeg m mikmod ogg png \
        !            18:                        pthread smpeg sndio speex stdc++ tiff usbhid \
        !            19:                        vorbis vorbisenc 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::multimedia/xvidcore
1.1       yason      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:
1.2     ! yason      39: USE_LIBTOOL =          Yes
        !            40: USE_GMAKE =            Yes
1.1       yason      41:
                     42: .include <bsd.port.mk>
                     43:

CVSweb