dc6a72bd53
If not installed, the user list in the Plasma 5 System Settings (Personalization->Account Details->User Manager) will be empty and adding/editing users is not possible. Reviewed by: tcberner Differential Revision: https://reviews.freebsd.org/D15538
25 lines
831 B
Makefile
25 lines
831 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= user-manager
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 user manager
|
|
|
|
LIB_DEPENDS= libpwquality.so:security/libpwquality
|
|
RUN_DEPENDS= accountsservice>=0:sysutils/accountsservice
|
|
|
|
USES= cmake:outsource compiler:c++11-lib cpe gettext \
|
|
kde:5 pkgconfig tar:xz
|
|
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
|
coreaddons crash ecm emoticons guiaddons i18n iconthemes \
|
|
init itemmodels itemviews jobwidgets kcmutils kdelibs4support \
|
|
kio notifications parts service solid sonnet textwidgets \
|
|
unitconversion widgetsaddons windowsystem xmlgui
|
|
USE_QT5= concurrent core dbus gui network printsupport widgets xml \
|
|
buildtools_build qmake_build
|
|
USE_LDCONFIG= ${QT_PLUGINDIR}
|
|
|
|
.include <bsd.port.mk>
|