[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.17

version 1.5, 2009/10/17 15:33:14 version 1.17, 2021/05/12 15:33:54
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 =              https://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 =        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 += SDL2 SDL2_mixer SDL2_net c m pthread
                         pthread-stubs sndio stdc++ usbhid xcb  
   
 MASTER_SITES =          http://www.maxr.org/downloads/  MASTER_SITES =          https://www.maxr.org/downloads/
   
 LIB_DEPENDS =           SDL::devel/sdl \  MODULES =               devel/cmake
                         SDL_mixer.>=4::devel/sdl-mixer \  LIB_DEPENDS =           converters/libiconv \
                         SDL_net::devel/sdl-net \                          devel/sdl2-mixer \
                         mikmod::audio/libmikmod \                          devel/sdl2-net
                         ogg::audio/libogg \  
                         smpeg::devel/smpeg \  
                         vorbis,vorbisfile::audio/libvorbis  
   
 USE_X11 =               Yes  
 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.5  
changed lines
  Added in v.1.17

CVSweb