aboutsummaryrefslogtreecommitdiff
path: root/audio/elisa/Makefile
blob: 55eb709373336e86cfa2ff87de81c5b6ded2b5cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
PORTNAME=	elisa
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
PORTREVISION=	1
CATEGORIES=	audio kde kde-applications

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Audio player with QML and KDE Plasma integration

LICENSE=	LGPL3+
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		cmake compiler:c++14-lang desktop-file-utils gettext kde:5 \
		pkgconfig qt:5 tar:xz xorg
USE_KDE=	auth baloo5 bookmarks codecs completion config configwidgets \
		coreaddons crash dbusaddons filemetadata i18n iconthemes itemviews \
		jobwidgets kcmutils kdeclarative kio kirigami2 package \
		service solid widgetsaddons windowsystem xmlgui
USE_QT=		concurrent core dbus declarative gui multimedia network \
		quickcontrols2 sql svg widgets xml \
		buildtools_build declarative-test_build qmake_build testlib_build
USE_XORG=	x11

OPTIONS_DEFINE=	DOCS VLC
OPTIONS_DEFAULT=	DOCS VLC

VLC_DESC=		Use VLC instead of QtMultimedia
VLC_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_LIBVLC
VLC_LIB_DEPENDS=	libvlc.so:multimedia/vlc

.include <bsd.port.mk>