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

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

1.1       yason       1: # $OpenBSD$
                      2:
1.2       yason       3: COMMENT =              turn based strategy game
1.1       yason       4:
1.5       yason       5: DISTNAME =             asc-2.4.0.0
1.2       yason       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 \
1.3       yason      18:                        pthread pthread-stubs smpeg sndio speex stdc++ \
                     19:                        tiff usbhid vorbis vorbisenc vorbisfile xcb z
1.2       yason      20:
                     21: MASTER_SITES =                 ${MASTER_SITE_SOURCEFORGE:=asc-hq/}
                     22: EXTRACT_SUFX =                 .tar.bz2
                     23:
1.7     ! yason      24: BUILD_DEPENDS =        archivers/zip
1.3       yason      25:
1.7     ! yason      26: LIB_DEPENDS =          archivers/bzip2 \
        !            27:                        devel/boost \
1.4       yason      28:                        sigc.>=2:libsigc++->=1,<2:devel/libsigc++ \
1.7     ! yason      29:                        devel/physfs \
        !            30:                        devel/sdl-image \
        !            31:                        devel/sdl-mixer \
        !            32:                        devel/sdl-sound \
        !            33:                        lang/lua \
        !            34:                        multimedia/xvidcore
1.1       yason      35:
1.5       yason      36: USE_GMAKE =            Yes
1.1       yason      37:
                     38: CONFIGURE_STYLE =      gnu
1.5       yason      39: CONFIGURE_ENV =                LDFLAGS="-L${LOCALBASE}/lib -lm -lz -lstdc++ -pthread" \
1.1       yason      40:                        CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
                     41:
                     42: .include <bsd.port.mk>
                     43:

CVSweb