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
527 B
Makefile
17 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.26 2019/04/25 21:08:10 markd Exp $
|
|
|
|
DISTNAME= kcompletion-${KF5VER}
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= https://community.kde.org/Frameworks
|
|
COMMENT= Text completion helpers and widgets
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
.include "../../meta-pkgs/kde/kf5.mk"
|
|
|
|
.include "../../devel/kconfig/buildlink3.mk"
|
|
.include "../../x11/kwidgetsaddons/buildlink3.mk"
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
BUILDLINK_DEPMETHOD.qt5-qttools= build
|
|
.include "../../x11/qt5-qttools/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|