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

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

1.1     ! yason       1: # $OpenBSD$
        !             2:
        !             3: COMMENT =              M.A.X clone
        !             4:
        !             5: DISTNAME =             maxr-0.2.4
        !             6:
        !             7: CATEGORIES =           games x11
        !             8:
        !             9: HOMEPAGE =             http://www.maxthegame.de
        !            10:
        !            11: MAINTAINER =           Kirill Bychkov <yason@linklevel.net>
        !            12:
        !            13: # GPL
        !            14: PERMIT_PACKAGE_CDROM = Yes
        !            15: PERMIT_PACKAGE_FTP =   Yes
        !            16: PERMIT_DISTFILES_CDROM =Yes
        !            17: PERMIT_DISTFILES_FTP = Yes
        !            18:
        !            19: WANTLIB =              X11 Xau Xdmcp Xext Xrandr Xrender c m iconv pthread \
        !            20:                        sndio stdc++ usbhid
        !            21:
        !            22: MASTER_SITES =         http://www.maxr.org/downloads/
        !            23:
        !            24: LIB_DEPENDS =          SDL.>=8::devel/sdl \
        !            25:                        SDL_mixer::devel/sdl-mixer \
        !            26:                        SDL_net::devel/sdl-net
        !            27:
        !            28: USE_X11 =              Yes
        !            29: CONFIGURE_STYLE =      gnu
        !            30: CONFIGURE_ENV +=       CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
        !            31:                        LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
        !            32:                        LIBS="-pthread"
        !            33:
        !            34: post-patch:
        !            35:        @perl -pi -e 's|cp -a|cp -RpP|' ${WRKSRC}/Makefile.in
        !            36:
        !            37: .include <bsd.port.mk>

CVSweb