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

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

1.1       yason       1: # $OpenBSD$
                      2:
                      3: COMMENT =              M.A.X clone
                      4:
1.4       yason       5: DISTNAME =             maxr-0.2.6
1.1       yason       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:
1.7     ! yason      19: WANTLIB =              FLAC SDL SDL_mixer SDL_net c iconv m mikmod ogg pthread \
        !            20:                        smpeg sndio stdc++ usbhid vorbis vorbisfile
1.1       yason      21:
                     22: MASTER_SITES =         http://www.maxr.org/downloads/
                     23:
1.7     ! yason      24: LIB_DEPENDS =          ::devel/sdl-mixer \
        !            25:                        ::devel/sdl-net \
        !            26:                        ::audio/libmikmod \
        !            27:                        ::audio/libogg \
        !            28:                        ::devel/smpeg \
        !            29:                        ::audio/libvorbis
1.1       yason      30:
                     31: USE_X11 =              Yes
                     32: CONFIGURE_STYLE =      gnu
                     33: CONFIGURE_ENV +=       CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
                     34:                        LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
                     35:                        LIBS="-pthread"
                     36:
                     37: post-patch:
                     38:        @perl -pi -e 's|cp -a|cp -RpP|' ${WRKSRC}/Makefile.in
                     39:
                     40: .include <bsd.port.mk>

CVSweb