[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / x11 / bino

Diff for /ports/x11/bino/Attic/Makefile between version 1.2 and 1.3

version 1.2, 2011/04/03 16:40:28 version 1.3, 2011/04/25 08:28:31
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   #BROKEN =               depends on linux-compat, requires libass
   
 COMMENT =               stereoscopic 3D video player  COMMENT =               stereoscopic 3D video player
   
 DISTNAME =              bino-0.9.2  DISTNAME =              bino-0.9.4
   
 CATEGORIES =            x11  CATEGORIES =            x11
   
Line 30 
Line 31 
 #RUN_DEPENDS =          ???  #RUN_DEPENDS =          ???
 LIB_DEPENDS =           audio/openal \  LIB_DEPENDS =           audio/openal \
                         graphics/ffmpeg \                          graphics/ffmpeg \
                         graphics/glew                          graphics/glew \
                           x11/libass
 #REGRESS_DEPENDS =      ???  #REGRESS_DEPENDS =      ???
   
 #REGRESS_FLAGS =        ???  #REGRESS_FLAGS =        ???
   
 #SEPARATE_BUILD =       simple (build in a directory other than WRKSRC)  
 #SEPARATE_BUILD =       flavored (distinct flavors may share a common WRKSRC)  
 USE_GMAKE =             Yes  USE_GMAKE =             Yes
 #USE_LIBTOOL =          Yes  #USE_LIBTOOL =          Yes
 CONFIGURE_STYLE =       autoconf  CONFIGURE_STYLE =       autoconf
 CONFIGURE_ARGS +=       --disable-silent-rules  CONFIGURE_ARGS +=       --disable-silent-rules --enable-debug
 CONFIGURE_ENV +=        CPPFLAGS="-I${X11BASE}/include" \  CONFIGURE_ENV +=        CPPFLAGS="-I${X11BASE}/include" \
                         CXXFLAGS="-DHAVE_VASPRINTF=1 -DHAVE_SYSCONF=1" \                          CXXFLAGS="-DHAVE_VASPRINTF=1 -DHAVE_SYSCONF=1" \
                         LDFLAGS="-L${X11BASE}/lib"                          LDFLAGS="-L${X11BASE}/lib"
   
 AUTOCONF_VERSION =      2.65  AUTOCONF_VERSION =      2.67
   
 #REGRESS_IS_INTERACTIVE =       Yes  #REGRESS_IS_INTERACTIVE =       Yes
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb