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

Diff for /ports/games/maxr/Makefile between version 1.7 and 1.11

version 1.7, 2010/08/17 22:18:23 version 1.11, 2011/01/30 08:25:30
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 21 
Line 21 
   
 MASTER_SITES =          http://www.maxr.org/downloads/  MASTER_SITES =          http://www.maxr.org/downloads/
   
 LIB_DEPENDS =           ::devel/sdl-mixer \  LIB_DEPENDS =           audio/libmikmod \
                         ::devel/sdl-net \                          audio/libogg \
                         ::audio/libmikmod \                          audio/libvorbis \
                         ::audio/libogg \                          devel/sdl-mixer \
                         ::devel/smpeg \                          devel/sdl-net \
                         ::audio/libvorbis                          devel/smpeg
   
 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.7  
changed lines
  Added in v.1.11

CVSweb