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

Diff for /ports/games/maxr/Makefile between version 1.5 and 1.15

version 1.5, 2009/10/17 15:33:14 version 1.15, 2016/04/14 13:24:43
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   
 COMMENT =               M.A.X clone  COMMENT =               Mechanized Assault & eXploration Reloaded
   
 DISTNAME =              maxr-0.2.6  DISTNAME =              maxr-0.2.8
   
 CATEGORIES =            games x11  CATEGORIES =            games x11
   
 HOMEPAGE =              http://www.maxthegame.de  HOMEPAGE =              http://www.maxr.org/
   
 MAINTAINER =            Kirill Bychkov <yason@linklevel.net>  MAINTAINER =            Kirill Bychkov <kirby@openbsd.org>
   
 # GPL  # GPLv2, GNU FDL
 PERMIT_PACKAGE_CDROM =  Yes  PERMIT_PACKAGE_CDROM =  Yes
 PERMIT_PACKAGE_FTP =    Yes  
 PERMIT_DISTFILES_CDROM =Yes  
 PERMIT_DISTFILES_FTP =  Yes  
   
 WANTLIB =               X11 Xau Xdmcp Xext Xrandr Xrender c m iconv pthread \  WANTLIB += FLAC SDL SDL_mixer SDL_net c m mikmod ogg pthread
                         pthread-stubs sndio stdc++ usbhid xcb  WANTLIB += smpeg sndio stdc++ usbhid vorbis vorbisfile
   
 MASTER_SITES =          http://www.maxr.org/downloads/  MASTER_SITES =          http://www.maxr.org/downloads/
   
 LIB_DEPENDS =           SDL::devel/sdl \  MODULES =               converters/libiconv
                         SDL_mixer.>=4::devel/sdl-mixer \  LIB_DEPENDS =           devel/sdl-mixer \
                         SDL_net::devel/sdl-net \                          devel/sdl-net
                         mikmod::audio/libmikmod \  
                         ogg::audio/libogg \  
                         smpeg::devel/smpeg \  
                         vorbis,vorbisfile::audio/libvorbis  
   
 USE_X11 =               Yes  
 CONFIGURE_STYLE =       gnu  CONFIGURE_STYLE =       gnu
 CONFIGURE_ENV +=        CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \  CONFIGURE_ENV +=        CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
                         LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \                          LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
                         LIBS="-pthread"  
   
 post-patch:  pre-configure:
         @perl -pi -e 's|cp -a|cp -RpP|' ${WRKSRC}/Makefile.in          @perl -pi -e 's|cp -a|cp -RpP|' ${WRKSRC}/Makefile.in
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.15

CVSweb