mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
028f181cc7
Changelog: https://kde.org/announcements/kde-frameworks-5.62.0.php Exp-run by: antoine PR: 240720
31 lines
932 B
Makefile
31 lines
932 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kwallet
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= sysutils kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 secure and unified container for user passwords
|
|
|
|
LIB_DEPENDS= libassuan.so:security/libassuan \
|
|
libboost_system.so:devel/boost-libs \
|
|
libgcrypt.so:security/libgcrypt \
|
|
libgpg-error.so:security/libgpg-error \
|
|
libgpgme.so:security/gpgme \
|
|
libqgpgme.so:security/gpgme-qt5 \
|
|
libgpgmepp.so:security/gpgme-cpp
|
|
|
|
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \
|
|
doctools ecm i18n iconthemes notifications service \
|
|
widgetsaddons windowsystem
|
|
USE_QT= buildtools_build core dbus gui qmake_build widgets xml
|
|
|
|
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>
|