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

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

1.1       yason       1: # $OpenBSD$
                      2:
1.2     ! yason       3: COMMENT =              stereoscopic 3D video player
1.1       yason       4:
1.2     ! yason       5: DISTNAME =             bino-0.9.2
1.1       yason       6:
                      7: CATEGORIES =           x11
                      8:
                      9: HOMEPAGE =             http://www.nongnu.org/bino/
                     10:
                     11: #MAINTAINER =          ???
                     12:
                     13: # GPLv3
                     14: PERMIT_PACKAGE_CDROM = Yes
                     15: PERMIT_PACKAGE_FTP =   Yes
                     16: PERMIT_DISTFILES_CDROM =Yes
                     17: PERMIT_DISTFILES_FTP = Yes
                     18:
1.2     ! yason      19: WANTLIB += GL GLEW QtGui QtOpenGL avcodec avformat avutil bz2
        !            20: WANTLIB += c faac gsm m mp3lame ogg openal orc-0.4 pthread schroedinger-1.0
        !            21: WANTLIB += sndio speex stdc++ swscale theora vorbis vorbisenc
        !            22: WANTLIB += x264 z
1.1       yason      23:
                     24: MASTER_SITES =         ${MASTER_SITE_SAVANNAH:=bino/}
                     25: EXTRACT_SUFX =         .tar.xz
                     26: EXTRACT_CASES =        *.tar.xz) xz -dc ${FULLDISTDIR}/$$archive | ${TAR} xf -;;
                     27:
                     28: MODULES =              x11/qt4
                     29: BUILD_DEPENDS =                archivers/xz
                     30: #RUN_DEPENDS =         ???
                     31: LIB_DEPENDS =          audio/openal \
                     32:                        graphics/ffmpeg \
                     33:                        graphics/glew
                     34: #REGRESS_DEPENDS =     ???
                     35:
                     36: #REGRESS_FLAGS =       ???
                     37:
                     38: #SEPARATE_BUILD =      simple (build in a directory other than WRKSRC)
                     39: #SEPARATE_BUILD =      flavored (distinct flavors may share a common WRKSRC)
1.2     ! yason      40: USE_GMAKE =            Yes
1.1       yason      41: #USE_LIBTOOL =         Yes
                     42: CONFIGURE_STYLE =      autoconf
1.2     ! yason      43: CONFIGURE_ARGS +=      --disable-silent-rules
        !            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.2     ! yason      48: AUTOCONF_VERSION =     2.65
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