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

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

1.1       yason       1: # $OpenBSD$
1.4     ! yason       2: #BROKEN =              depends on linux-compat
1.1       yason       3:
1.2       yason       4: COMMENT =              stereoscopic 3D video player
1.1       yason       5:
1.4     ! yason       6: DISTNAME =             bino-1.1.1
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
1.4     ! yason      21: WANTLIB += c gsm m mp3lame ogg openal orc-0.4 pthread schroedinger-1.0
1.2       yason      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:
                     28: MODULES =              x11/qt4
1.4     ! yason      29: #BUILD_DEPENDS =
1.1       yason      30: #RUN_DEPENDS =         ???
                     31: LIB_DEPENDS =          audio/openal \
                     32:                        graphics/ffmpeg \
1.3       yason      33:                        graphics/glew \
1.4     ! yason      34:                        multimedia/libass
1.1       yason      35: #REGRESS_DEPENDS =     ???
                     36:
                     37: #REGRESS_FLAGS =       ???
                     38:
1.2       yason      39: USE_GMAKE =            Yes
1.1       yason      40: #USE_LIBTOOL =         Yes
                     41: CONFIGURE_STYLE =      autoconf
1.4     ! yason      42: CONFIGURE_ARGS +=      --disable-silent-rules --enable-debug \
        !            43:                        --without-equalizer \
        !            44:                        --without-liblircclient
1.2       yason      45: CONFIGURE_ENV +=       CPPFLAGS="-I${X11BASE}/include" \
                     46:                        CXXFLAGS="-DHAVE_VASPRINTF=1 -DHAVE_SYSCONF=1" \
                     47:                        LDFLAGS="-L${X11BASE}/lib"
1.1       yason      48:
1.3       yason      49: AUTOCONF_VERSION =     2.67
1.1       yason      50:
                     51: #REGRESS_IS_INTERACTIVE =      Yes
                     52:
                     53: #NO_REGRESS =          Yes
                     54:
                     55: #REGRESS_TARGET =      ???
                     56:
                     57: .include <bsd.port.mk>

CVSweb