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

Diff for /ports/games/maxr/Makefile between version 1.10 and 1.16

version 1.10, 2010/12/04 18:14:35 version 1.16, 2016/07/11 10:02:17
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.9
   
 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 =               FLAC SDL SDL_mixer SDL_net c iconv m mikmod ogg pthread \  WANTLIB += SDL2 SDL2_mixer SDL2_net c m pthread
                         smpeg sndio stdc++ usbhid vorbis vorbisfile  
   
 MASTER_SITES =          http://www.maxr.org/downloads/  MASTER_SITES =          http://www.maxr.org/downloads/
   
 LIB_DEPENDS =           devel/sdl-mixer \  MODULES =               devel/cmake gcc4
                         devel/sdl-net \  MODGCC4_LANGS +=        c++
                         audio/libmikmod \  MODGCC4_ARCHS =         *
                         audio/libogg \  LIB_DEPENDS =           converters/libiconv \
                         devel/smpeg \                          devel/sdl2-mixer \
                         audio/libvorbis                          devel/sdl2-net
   
 CONFIGURE_STYLE =       gnu  
 CONFIGURE_ENV +=        CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \  
                         LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \  
                         LIBS="-pthread"  
   
 post-patch:  
         @perl -pi -e 's|cp -a|cp -RpP|' ${WRKSRC}/Makefile.in  
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.16

CVSweb