freebsd-ports/deskutils/plasma5-sddm-kcm/Makefile
Adriaan de Groot 6806658cdf KDE Plasma: update to 5.21.3
This updates the KDE Plasma parts to release 5.21.3. There is one
new port, plasma5-systemmonitor, which is the upcoming replacement
for KDE sysguard. It is not installed by default.

Release notes are at
	https://kde.org/announcements/plasma/5/5.21.3/

Previous commits tidying up DOCS options left some non-
applications consumers without the necessary kdoctools
dependency, so (re)introduce that now.
2021-04-22 09:54:33 +02:00

18 lines
613 B
Makefile

PORTNAME= sddm-kcm
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= deskutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 config module for SDDM
USES= cmake compiler:c++11-lib gettext kde:5 cpe pkgconfig \
qt:5 tar:xz xorg
USE_KDE= auth archive attica codecs completion config configwidgets \
coreaddons ecm i18n jobwidgets kcmutils kio newstuff service \
widgetsaddons windowsystem xmlgui
USE_QT= concurrent core dbus declarative designer gui network uiplugin widgets \
x11extras xml \
buildtools_build qmake_build
USE_XORG= ice sm x11 xcb xcursor xext xfixes
.include <bsd.port.mk>