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

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

version 1.4, 2009/10/10 08:05:05 version 1.10, 2010/12/04 18:14:35
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   
 COMMENT =               M.A.X clone  COMMENT =               M.A.X. clone
   
 DISTNAME =              maxr-0.2.6  DISTNAME =              maxr-0.2.6
   
Line 16 
Line 16 
 PERMIT_DISTFILES_CDROM =Yes  PERMIT_DISTFILES_CDROM =Yes
 PERMIT_DISTFILES_FTP =  Yes  PERMIT_DISTFILES_FTP =  Yes
   
 WANTLIB =               X11 Xau Xdmcp Xext Xrandr Xrender c m iconv pthread \  WANTLIB =               FLAC SDL SDL_mixer SDL_net c iconv m mikmod ogg pthread \
                         sndio stdc++ usbhid                          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 \  LIB_DEPENDS =           devel/sdl-mixer \
                         SDL_mixer.>3::devel/sdl-mixer \                          devel/sdl-net \
                         SDL_net::devel/sdl-net \                          audio/libmikmod \
                         mikmod::audio/libmikmod \                          audio/libogg \
                         ogg::audio/libogg \                          devel/smpeg \
                         smpeg::devel/smpeg \                          audio/libvorbis
                         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" \

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

CVSweb