b1be2a42ef
KCompletion Don't set a null completer on a non-editable combobox Syntax Highlighting Add syntax definition for Elm language to syntax-highlighting AppArmor & SELinux: remove one indentation in XML files Doxygen: don't use black color in tags Allow line end context switches in empty lines Fix endRegion folding in rules with beginRegion+endRegion (use length=0) Add extensions to groovy highlighting Add Smali syntax highlighting file Add "." as weakDeliminator in Octave syntax file Logcat: fix dsError color with underline="0" fix highlighter crash for broken hl file guard target link libraries for older CMake version
17 lines
480 B
Makefile
17 lines
480 B
Makefile
# $NetBSD: Makefile,v 1.5 2019/04/25 21:08:10 markd Exp $
|
|
|
|
DISTNAME= kapidox-${KF5VER}
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= https://community.kde.org/Frameworks
|
|
COMMENT= Frameworks API Documentation Tools
|
|
LICENSE= 2-clause-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
|
|
DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
|
|
|
|
.include "../../meta-pkgs/kde/kf5.mk"
|
|
|
|
PYDISTUTILSPKG= YES
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|