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

Annotation of ports/x11/bino/Makefile, Revision 1.3

1.1       yason       1: # $OpenBSD$
1.3     ! yason       2: #BROKEN =              depends on linux-compat, requires libass
1.1       yason       3:
1.2       yason       4: COMMENT =              stereoscopic 3D video player
1.1       yason       5:
1.3     ! yason       6: DISTNAME =             bino-0.9.4
1.1       yason       7:
                      8: CATEGORIES =           x11
                      9:
                     10: HOMEPAGE =             http://www.nongnu.org/bino/
                     11:
                     12: #MAINTAINER =          ???
                     13:
                     14: # GPLv3
                     15: PERMIT_PACKAGE_CDROM = Yes
                     16: PERMIT_PACKAGE_FTP =   Yes
                     17: PERMIT_DISTFILES_CDROM =Yes
                     18: PERMIT_DISTFILES_FTP = Yes
                     19:
1.2       yason      20: WANTLIB += GL GLEW QtGui QtOpenGL avcodec avformat avutil bz2
                     21: WANTLIB += c faac gsm m mp3lame ogg openal orc-0.4 pthread schroedinger-1.0
                     22: WANTLIB += sndio speex stdc++ swscale theora vorbis vorbisenc
                     23: WANTLIB += x264 z
1.1       yason      24:
                     25: MASTER_SITES =         ${MASTER_SITE_SAVANNAH:=bino/}
                     26: EXTRACT_SUFX =         .tar.xz
                     27: EXTRACT_CASES =        *.tar.xz) xz -dc ${FULLDISTDIR}/$$archive | ${TAR} xf -;;
                     28:
                     29: MODULES =              x11/qt4
                     30: BUILD_DEPENDS =                archivers/xz
                     31: #RUN_DEPENDS =         ???
                     32: LIB_DEPENDS =          audio/openal \
                     33:                        graphics/ffmpeg \
1.3     ! yason      34:                        graphics/glew \
        !            35:                        x11/libass
1.1       yason      36: #REGRESS_DEPENDS =     ???
                     37:
                     38: #REGRESS_FLAGS =       ???
                     39:
1.2       yason      40: USE_GMAKE =            Yes
1.1       yason      41: #USE_LIBTOOL =         Yes
                     42: CONFIGURE_STYLE =      autoconf
1.3     ! yason      43: CONFIGURE_ARGS +=      --disable-silent-rules --enable-debug
1.2       yason      44: CONFIGURE_ENV +=       CPPFLAGS="-I${X11BASE}/include" \
                     45:                        CXXFLAGS="-DHAVE_VASPRINTF=1 -DHAVE_SYSCONF=1" \
                     46:                        LDFLAGS="-L${X11BASE}/lib"
1.1       yason      47:
1.3     ! yason      48: AUTOCONF_VERSION =     2.67
1.1       yason      49:
                     50: #REGRESS_IS_INTERACTIVE =      Yes
                     51:
                     52: #NO_REGRESS =          Yes
                     53:
                     54: #REGRESS_TARGET =      ???
                     55:
                     56: .include <bsd.port.mk>

CVSweb