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

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

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.3       yason      24: BUILD_DEPENDS =        ::archivers/zip
                     25:
1.2       yason      26: LIB_DEPENDS =          SDL_image::devel/sdl-image \
                     27:                        SDL_mixer::devel/sdl-mixer \
                     28:                        SDL_sound::devel/sdl-sound \
                     29:                        boost_regex::devel/boost \
                     30:                        bz2::archivers/bzip2 \
1.5     ! yason      31:                        lua::lang/lua \
1.2       yason      32:                        physfs::devel/physfs \
1.4       yason      33:                        sigc.>=2:libsigc++->=1,<2:devel/libsigc++ \
1.2       yason      34:                        xvidcore::multimedia/xvidcore
1.1       yason      35:
1.5     ! yason      36: USE_GMAKE =            Yes
1.1       yason      37: USE_X11 =              Yes
                     38:
                     39: CONFIGURE_STYLE =      gnu
1.5     ! yason      40: CONFIGURE_ENV =                LDFLAGS="-L${LOCALBASE}/lib -lm -lz -lstdc++ -pthread" \
1.1       yason      41:                        CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
                     42:
                     43: .include <bsd.port.mk>
                     44:

CVSweb