95420de397
5.62.0 KWallet fix starting kwalletmanager, the desktop file name has a '5' in it 5.63.0 KWallet HiDPI support
23 lines
719 B
Makefile
23 lines
719 B
Makefile
# $NetBSD: Makefile,v 1.50 2019/11/11 08:47:47 markd Exp $
|
|
|
|
DISTNAME= kwallet-${KF5VER}
|
|
CATEGORIES= security
|
|
|
|
HOMEPAGE= https://community.kde.org/Frameworks
|
|
COMMENT= Secure and unified container for user passwords
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
.include "../../meta-pkgs/kde/kf5.mk"
|
|
|
|
BUILD_DEPENDS+= kdoctools>=${KF5VER}:../../devel/kdoctools
|
|
|
|
USE_TOOLS+= msgmerge
|
|
|
|
.include "../../lang/python/tool.mk"
|
|
.include "../../devel/knotifications/buildlink3.mk"
|
|
.include "../../devel/kservice/buildlink3.mk"
|
|
.include "../../graphics/kiconthemes/buildlink3.mk"
|
|
.include "../../security/gpgme/buildlink3.mk"
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|