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

Diff for /ports/games/naev/base/Attic/Makefile between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2011/06/14 16:56:32 version 1.1.1.2, 2011/06/30 05:16:02
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
 #SHARED_ONLY =          ???  
   
 COMMENT =               2D space trading and combat game  COMMENT =               2D space trading and combat game
   
Line 18 
Line 17 
   
 RUN_DEPENDS =           devel/desktop-file-utils \  RUN_DEPENDS =           devel/desktop-file-utils \
                         games/naev/data                          games/naev/data
 LIB_DEPENDS =           audio/openal \  LIB_DEPENDS =           devel/sdl-mixer \
                         devel/sdl-mixer \  
                         graphics/png \                          graphics/png \
                         lang/lua \                          lang/lua \
                         textproc/libxml                          textproc/libxml
 #REGRESS_DEPENDS =      ???  
   
 #MAKE_FLAGS =           ???  
 #MAKE_ENV =             ???  
 #FAKE_FLAGS =           ???  
 #REGRESS_FLAGS =        ???  
   
 CONFIGURE_STYLE =       gnu  CONFIGURE_STYLE =       gnu
 CONFIGURE_ARGS +=       --disable-shave \  CONFIGURE_ARGS +=       --disable-shave \
                           --enable-debug=no \
                         --enable-lua=shared \                          --enable-lua=shared \
                         --without-openal                          --without-openal
   
 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 -pthread"                          LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread"
   
 #REGRESS_IS_INTERACTIVE =       Yes  NO_REGRESS =            Yes
   
 #NO_REGRESS =           Yes  
   
 #REGRESS_TARGET =       ???  
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

CVSweb