pkgsrc/misc/khelpcenter/Makefile
markd 4296be2e4f khelpcenter: add version 19.08.3
The Plasma help system is designed to make accessing the common
UNIX help systems (man and info) simple, as well as the native
Plasma and applications documentation (XML).
2019-11-30 21:44:27 +00:00

26 lines
836 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/11/30 21:44:27 markd Exp $
DISTNAME= khelpcenter-${KAPPSVER}
CATEGORIES= misc
HOMEPAGE= https://userbase.kde.org/KHelpCenter
COMMENT= Application to show KDE Applications' documentation
LICENSE= gnu-gpl-v2
.include "../../meta-pkgs/kde/applications.mk"
BUILD_DEPENDS+= kdoctools>=5.19.0:../../devel/kdoctools
DEPENDS+= kinit>=5.21.0:../../x11/kinit
USE_TOOLS+= msgmerge pkg-config perl:run
REPLACE_PERL+= searchhandlers/khc_mansearch.pl
.include "../../devel/grantlee-qt5/buildlink3.mk"
.include "../../devel/kdoctools/buildlink3.mk"
.include "../../devel/kio/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../textproc/xapian/buildlink3.mk"
.include "../../www/khtml/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"