summaryrefslogtreecommitdiff
path: root/x11-toolkits/plasma5-kdeplasma-addons/Makefile
blob: 3fbb77c4e7e793925795a671fd1a5f8ff6841078 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

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:outsource 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 ecm emoticons guiaddons \
		i18n iconthemes init itemmodels itemviews jobwidgets kcmutils \
		kdelibs4support kio kross newstuff notifications package parts\
		plasma-framework plasma-workspace runner service solid sonnet \
		textwidgets unitconversion widgetsaddons windowsystem xmlgui
USE_QT=		core dbus graphicaleffects gui location network printsupport \
		qml quick script webchannel webengine widgets x11extras xml \
		buildtools_build qmake_build

.include <bsd.port.mk>