blob: 74ff3df55f7945a8b060130efdd8d29a8061cc7d (
plain)
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 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_QT5= core dbus graphicaleffects gui location network printsupport \
qml quick script webchannel webengine widgets x11extras xml \
buildtools_build qmake_build
.include <bsd.port.mk>
|