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

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

1.1       yason       1: # $OpenBSD$
                      2:
1.2       yason       3: COMMENT =              stereoscopic 3D video player
1.1       yason       4:
1.7     ! yason       5: DISTNAME =             bino-1.3.0
1.1       yason       6:
                      7: CATEGORIES =           x11
                      8:
1.5       yason       9: HOMEPAGE =             http://bino3d.org/
1.1       yason      10:
1.5       yason      11: MAINTAINER =           Kirill Bychkov <yason@linklevel.net>
1.1       yason      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.7     ! yason      19: WANTLIB += GL GLEWmx QtGui QtOpenGL X11 Xext Xfixes ass avcodec
        !            20: WANTLIB += avdevice avformat avutil bz2 c gsm m mp3lame
1.5       yason      21: WANTLIB += ogg openal orc-0.4 pthread schroedinger-1.0 sndio speex
                     22: WANTLIB += stdc++ swscale theoradec theoraenc vorbis vorbisenc
                     23: WANTLIB += vpx x264 z
1.1       yason      24:
                     25: MASTER_SITES =         ${MASTER_SITE_SAVANNAH:=bino/}
                     26: EXTRACT_SUFX =         .tar.xz
                     27:
1.7     ! yason      28: MODULES =              devel/gettext x11/qt4
1.5       yason      29: RUN_DEPENDS =          devel/desktop-file-utils
1.1       yason      30: LIB_DEPENDS =          audio/openal \
1.5       yason      31:                        graphics/ffmpeg>=20111126 \
1.3       yason      32:                        graphics/glew \
1.4       yason      33:                        multimedia/libass
1.1       yason      34:
1.2       yason      35: USE_GMAKE =            Yes
1.7     ! yason      36: CONFIGURE_STYLE =      gnu
1.6       yason      37: CONFIGURE_ARGS +=      --without-equalizer \
1.4       yason      38:                        --without-liblircclient
1.6       yason      39:
1.2       yason      40: CONFIGURE_ENV +=       CPPFLAGS="-I${X11BASE}/include" \
                     41:                        LDFLAGS="-L${X11BASE}/lib"
1.1       yason      42:
1.5       yason      43: NO_REGRESS =           Yes
1.1       yason      44:
                     45: .include <bsd.port.mk>

CVSweb