freebsd-ports/multimedia/bino/Makefile
Felix Palmen ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00

38 lines
921 B
Makefile

PORTNAME= bino
PORTVERSION= 1.6.5
PORTREVISION= 6
CATEGORIES= multimedia
MASTER_SITES= https://download.savannah.nongnu.org/releases/bino/
MAINTAINER= i@levsha.me
COMMENT= 3D video player with multi-display support
WWW= https://bino3d.org
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libass.so:multimedia/libass \
libavformat.so:multimedia/ffmpeg \
libopenal.so:audio/openal-soft
USES= autoreconf compiler:c++11-lang desktop-file-utils gl gmake \
gnome iconv pkgconfig qt:5 tar:xz
USE_GL= gl glu glew
GNU_CONFIGURE= yes
USE_QT= buildtools:build core gui opengl widgets
USE_CXXSTD= c++11
# no port fow equalizer now, lirc detecting not working
CONFIGURE_ARGS= --without-equalizer --without-lirc --docdir=${DOCSDIR}
EXTRA_PATCHES= ${FILESDIR}/glew-fix-7098cd6a.patch
INFO= bino
OPTIONS_DEFINE= NLS DOCS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE=nls
.include <bsd.port.mk>