summaryrefslogtreecommitdiff
path: root/inputmethod/fcitx5-kkc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/fcitx5-kkc/Makefile')
-rw-r--r--inputmethod/fcitx5-kkc/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/inputmethod/fcitx5-kkc/Makefile b/inputmethod/fcitx5-kkc/Makefile
new file mode 100644
index 00000000000..f870971a14a
--- /dev/null
+++ b/inputmethod/fcitx5-kkc/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2021/03/06 04:26:23 ryoon Exp $
+
+DISTNAME= fcitx5-kkc-5.0.4
+CATEGORIES= inputmethod
+MASTER_SITES= https://download.fcitx-im.org/fcitx5/fcitx5-kkc/
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= ryoon@NetBSD.org
+HOMEPAGE= https://github.com/fcitx/fcitx5-kkc
+COMMENT= libkkc input method support for fcitx5
+LICENSE= gnu-gpl-v3
+
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
+
+DEPENDS+= skk-jisyo-[0-9]*:../../inputmethod/skk-jisyo
+DEPENDS+= libkkc-data-[0-9]*:../../misc/libkkc-data
+
+USE_CMAKE= yes
+USE_PKGLOCALEDIR= yes
+USE_LANGUAGES= c c++
+
+.include "../../converters/libkkc/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../inputmethod/fcitx5-qt/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"