2019-04-25 09:32:34 +02:00
|
|
|
# $NetBSD: Makefile,v 1.46 2019/04/25 07:33:16 maya Exp $
|
2016-05-26 11:09:24 +02:00
|
|
|
|
|
|
|
DISTNAME= kwallet-${KF5VER}
|
2019-04-25 09:32:34 +02:00
|
|
|
PKGREVISION= 5
|
2016-05-26 11:09:24 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
|
|
|
|
HOMEPAGE= https://community.kde.org/Frameworks
|
|
|
|
COMMENT= Secure and unified container for user passwords
|
|
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
|
2018-04-11 13:50:34 +02:00
|
|
|
.include "../../meta-pkgs/kde/kf5.mk"
|
2016-05-26 11:09:24 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS+= kdoctools>=${KF5VER}:../../devel/kdoctools
|
|
|
|
|
|
|
|
USE_TOOLS+= msgmerge
|
|
|
|
|
2018-02-08 14:49:03 +01:00
|
|
|
SUBST_CLASSES+= xdg
|
|
|
|
SUBST_STAGE.xdg= pre-configure
|
|
|
|
SUBST_MESSAGE.xdg= Install via examples dir.
|
|
|
|
SUBST_FILES.xdg= CMakeLists.txt
|
2018-04-11 13:50:34 +02:00
|
|
|
SUBST_SED.xdg= -e 's:{KDE_INSTALL_CONFDIR}:{KDE_INSTALL_XDG_EX_DIR}:'
|
2018-02-08 14:49:03 +01:00
|
|
|
|
|
|
|
MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg
|
|
|
|
CONF_FILES+= ${PREFIX}/share/examples/kde-xdg/kwallet.categories \
|
|
|
|
${PKG_SYSCONFDIR}/xdg/kwallet.categories
|
|
|
|
|
2016-05-26 11:09:24 +02:00
|
|
|
.include "../../lang/python/tool.mk"
|
|
|
|
.include "../../devel/knotifications/buildlink3.mk"
|
|
|
|
.include "../../devel/kservice/buildlink3.mk"
|
|
|
|
.include "../../graphics/kiconthemes/buildlink3.mk"
|
2018-01-17 21:00:20 +01:00
|
|
|
.include "../../security/gpgme/buildlink3.mk"
|
2016-05-26 11:09:24 +02:00
|
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|