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

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

version 1.14, 2011/12/24 08:08: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>
   
 # GPLv2, GNU FDL  # 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 += FLAC SDL SDL_mixer SDL_net c m mikmod ogg pthread
                         smpeg sndio stdc++ usbhid vorbis vorbisfile  WANTLIB += smpeg sndio stdc++ usbhid vorbis vorbisfile
   
 MASTER_SITES =          http://www.maxr.org/downloads/  MASTER_SITES =          http://www.maxr.org/downloads/
   
 LIB_DEPENDS =           audio/libmikmod \  MODULES =               converters/libiconv
                         audio/libogg \  LIB_DEPENDS =           devel/sdl-mixer \
                         audio/libvorbis \  
                         devel/sdl-mixer \  
                         devel/sdl-net                          devel/sdl-net
   
 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.14  
changed lines
  Added in v.1.15

CVSweb