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

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

1.1       yason       1: # $OpenBSD$
                      2:
1.2       yason       3: COMMENT =              stereoscopic 3D video player
1.1       yason       4:
1.5       yason       5: DISTNAME =             bino-1.2.1
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.5       yason      19: WANTLIB += GL GLEW QtGui QtOpenGL X11 Xext Xfixes ass avcodec
                     20: WANTLIB += avdevice avformat avutil bz2 c gsm iconv intl m mp3lame
                     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:
                     28: MODULES =              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.1       yason      36: #USE_LIBTOOL =         Yes
                     37: CONFIGURE_STYLE =      autoconf
1.6     ! yason      38: CONFIGURE_ARGS +=      --without-equalizer \
1.4       yason      39:                        --without-liblircclient
1.6     ! yason      40:
1.2       yason      41: CONFIGURE_ENV +=       CPPFLAGS="-I${X11BASE}/include" \
                     42:                        LDFLAGS="-L${X11BASE}/lib"
1.1       yason      43:
1.3       yason      44: AUTOCONF_VERSION =     2.67
1.1       yason      45:
1.5       yason      46: NO_REGRESS =           Yes
1.1       yason      47:
                     48: .include <bsd.port.mk>

CVSweb