aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/plasma5-kdeplasma-addons/Makefile
blob: a2e88451306534b05694a6be9ab7ccc275e00c6b (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
31
32
33
34
35
36
37
38
39
40
41
42
PORTNAME=	kdeplasma-addons
DISTVERSION=	${KDE_PLASMA_VERSION}
CATEGORIES=	x11-toolkits kde kde-plasma

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Plasma5 addons to improve the Plasma experience

USES=		cmake compiler:c++11-lib cpe gettext \
		kde:5 pkgconfig qt:5 tar:xz
USE_KDE=	activities archive attica auth bookmarks codecs completion \
		config configwidgets coreaddons crash emoticons guiaddons \
		holidays i18n iconthemes init itemmodels itemviews jobwidgets kcmutils \
		kdeclarative kio kross newstuff notifications package parts\
		plasma-framework plasma-workspace runner service solid \
		sonnet textwidgets unitconversion widgetsaddons windowsystem xmlgui \
		ecm_build
USE_QT=		concurrent core dbus declarative graphicaleffects gui location network \
		printsupport script webchannel widgets x11extras xml \
		buildtools_build qmake_build

OPTIONS_DEFINE=	PURPOSE QTWEBENGINE
OPTIONS_DEFAULT=	PURPOSE
OPTIONS_DEFAULT_amd64=	QTWEBENGINE
OPTIONS_DEFAULT_i386=	QTWEBENGINE
OPTIONS_SUB=	YES

PURPOSE_DESC=	Enable 'QuickShare' applet
PURPOSE_USE=	KDE=purpose
PURPOSE_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_KF5Purpose

QTWEBENGINE_DESC=	Add dependency on qt5-webengine
QTWEBENGINE_USE=	qt=webengine
QTWEBENGINE_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngine

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MQTWEBENGINE}
DEPRECATED=	Uses EOL Python 2.7 via www/qt5-webengine
EXPIRATION_DATE=2021-06-23
.endif

.include <bsd.port.mk>