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

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

version 1.1, 2011/03/09 05:12:34 version 1.2, 2011/04/03 16:40:28
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
 #BROKEN =               needs ffmpeg update  
 #BROKEN =               0.9.2 and higher wants autoconf >=2.65  
   
 COMMENT =  COMMENT =               stereoscopic 3D video player
   
 DISTNAME =              bino-0.9.1  DISTNAME =              bino-0.9.2
   
   
 #SHARED_LIBS =          ???  
   
 CATEGORIES =            x11  CATEGORIES =            x11
   
 HOMEPAGE =              http://www.nongnu.org/bino/  HOMEPAGE =              http://www.nongnu.org/bino/
Line 21 
Line 16 
 PERMIT_DISTFILES_CDROM =Yes  PERMIT_DISTFILES_CDROM =Yes
 PERMIT_DISTFILES_FTP =  Yes  PERMIT_DISTFILES_FTP =  Yes
   
 #WANTLIB =              ???  WANTLIB += GL GLEW QtGui QtOpenGL avcodec avformat avutil bz2
   WANTLIB += c faac gsm m mp3lame ogg openal orc-0.4 pthread schroedinger-1.0
   WANTLIB += sndio speex stdc++ swscale theora vorbis vorbisenc
   WANTLIB += x264 z
   
 MASTER_SITES =          ${MASTER_SITE_SAVANNAH:=bino/}  MASTER_SITES =          ${MASTER_SITE_SAVANNAH:=bino/}
 EXTRACT_SUFX =          .tar.xz  EXTRACT_SUFX =          .tar.xz
Line 35 
Line 33 
                         graphics/glew                          graphics/glew
 #REGRESS_DEPENDS =      ???  #REGRESS_DEPENDS =      ???
   
 #MAKE_FLAGS =           ???  
 #MAKE_ENV =             ???  
 #FAKE_FLAGS =           ???  
 #REGRESS_FLAGS =        ???  #REGRESS_FLAGS =        ???
   
 #SEPARATE_BUILD =       simple (build in a directory other than WRKSRC)  #SEPARATE_BUILD =       simple (build in a directory other than WRKSRC)
 #SEPARATE_BUILD =       flavored (distinct flavors may share a common WRKSRC)  #SEPARATE_BUILD =       flavored (distinct flavors may share a common WRKSRC)
 #USE_GMAKE =            Yes  USE_GMAKE =             Yes
 #USE_GROFF =            Yes  
 #USE_LIBTOOL =          Yes  #USE_LIBTOOL =          Yes
 CONFIGURE_STYLE =       autoconf  CONFIGURE_STYLE =       autoconf
 #CONFIGURE_ARGS +=      ${CONFIGURE_SHARED}  CONFIGURE_ARGS +=       --disable-silent-rules
 #CONFIGURE_ENV =                MOC=moc4  CONFIGURE_ENV +=        CPPFLAGS="-I${X11BASE}/include" \
                           CXXFLAGS="-DHAVE_VASPRINTF=1 -DHAVE_SYSCONF=1" \
                           LDFLAGS="-L${X11BASE}/lib"
   
 AUTOCONF_VERSION =      2.64  AUTOCONF_VERSION =      2.65
 #AUTOMAKE_VERSION =     ??? (defaults to 1.4)  
   
 #IS_INTERACTIVE =               Yes  
 #REGRESS_IS_INTERACTIVE =       Yes  #REGRESS_IS_INTERACTIVE =       Yes
   
 #NO_REGRESS =           Yes  #NO_REGRESS =           Yes
   
 #CFLAGS =               ???  
 #LDFLAGS =              ???  
 #MAKE_FILE =            ???  
   
 #ALL_TARGET =           ???  
 #INSTALL_TARGET =       ???  
 #REGRESS_TARGET =       ???  #REGRESS_TARGET =       ???
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

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

CVSweb