1PORTNAME= kscreenlocker 2DISTVERSION= ${KDE_PLASMA_VERSION} 3CATEGORIES= security kde kde-plasma 4 5MAINTAINER= ports@MidnightBSD.org 6COMMENT= Library and components for secure lock screen architecture 7 8BUILD_DEPENDS= ck-list-sessions:sysutils/consolekit2 9LIB_DEPENDS= libwayland-client.so:graphics/wayland \ 10 libxcb-keysyms.so:x11/xcb-util-keysyms \ 11 libxkbcommon.so:x11/libxkbcommon 12RUN_DEPENDS= ck-list-sessions:sysutils/consolekit2 \ 13 dbus-send:devel/dbus \ 14 unix-selfauth-helper>=1.0:security/unix-selfauth-helper 15 16USES= cmake gettext gl kde:6 pkgconfig qt:6 tar:xz xorg 17USE_KDE= colorscheme config configwidgets coreaddons crash globalaccel \ 18 i18n idletime kcmutils kio layer-shell-qt libkscreen libplasma \ 19 notifications package solid svg widgetsaddons windowsystem \ 20 xmlgui \ 21 ecm:build 22USE_GL= gl opengl 23USE_QT= base declarative 24USE_XORG= x11 xcb xext xi 25 26SUB_FILES= kde.pam 27 28post-install: 29 ${MKDIR} ${PREFIX}/etc/pam.d 30 ${INSTALL_DATA} ${WRKDIR}/kde.pam ${PREFIX}/etc/pam.d/kde 31 32.include <bsd.port.mk> 33