mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
32 lines
950 B
Makefile
32 lines
950 B
Makefile
PORTNAME= kwallet
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 secure and unified container for user passwords
|
|
|
|
LIB_DEPENDS= libassuan.so:security/libassuan \
|
|
libgcrypt.so:security/libgcrypt \
|
|
libgpg-error.so:security/libgpg-error \
|
|
libgpgme.so:security/gpgme \
|
|
libqgpgme.so:security/gpgme-qt@qt5 \
|
|
libgpgmepp.so:security/gpgme-cpp
|
|
|
|
USES= cmake compiler:c++11-lib gettext kde:5 qca qt:5 tar:xz xorg
|
|
USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \
|
|
i18n iconthemes notifications service \
|
|
widgetsaddons windowsystem \
|
|
doctools:build ecm:build
|
|
USE_QT= core dbus gui testlib widgets xml \
|
|
buildtools:build qmake:build
|
|
USE_XORG= x11
|
|
|
|
OPTIONS_DEFINE= PINENTRY
|
|
OPTIONS_DEFAULT= PINENTRY
|
|
|
|
PINENTRY_DESC= Include pinentry-qt, for wallet passwords
|
|
PINENTRY_RUN_DEPENDS= pinentry-qt5:security/pinentry-qt5
|
|
|
|
.include <bsd.port.mk>
|