1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/multimedia/bino/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

48 lines
1.1 KiB
Makefile

# Created by: Mykola Dzham <i@levsha.me>
# $FreeBSD$
PORTNAME= bino
PORTVERSION= 1.4.2
PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= http://download.savannah.nongnu.org/releases/bino/ http://levsha.me/ports/distfiles/
MAINTAINER= i@levsha.me
COMMENT= 3D video player with multi-display support
LICENSE= GPLv3
USES= gmake pkgconfig tar:xz
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_QT4= moc_build opengl rcc_build
# no port fow equalizer now, lirc detecting not working
CONFIGURE_ARGS+= --without-equalizer --without-liblircclient --docdir=${DOCSDIR}
LIB_DEPENDS+= libass.so:${PORTSDIR}/multimedia/libass \
libavformat.so:${PORTSDIR}/multimedia/ffmpeg \
libGLEW.so:${PORTSDIR}/graphics/glew \
libopenal.so:${PORTSDIR}/audio/openal-soft
INFO= bino
OPTIONS_DEFINE= NLS DOCS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
# fixes build on non UTF-8 enviroments
post-patch:
@${REINPLACE_CMD} -e 's|echo $<|LANG=C; LC_ALL=C; &|' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>