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

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

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 \
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 \
                     31:                        physfs::devel/physfs \
1.3     ! yason      32:                        sigc.>=2::devel/libsigc++ \
1.2       yason      33:                        xvidcore::multimedia/xvidcore
1.1       yason      34:
                     35: USE_X11 =              Yes
                     36:
                     37: CONFIGURE_STYLE =      gnu
1.3     ! yason      38: CONFIGURE_ENV +=       LDFLAGS="-L${LOCALBASE}/lib -lm -lz -lstdc++ -pthread" \
1.1       yason      39:                        CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
                     40:
1.2       yason      41: USE_LIBTOOL =          Yes
                     42: USE_GMAKE =            Yes
1.1       yason      43:
                     44: .include <bsd.port.mk>
                     45:

CVSweb