summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-01-18 11:38:02 +0000
committerryoon <ryoon@pkgsrc.org>2013-01-18 11:38:02 +0000
commit3ce4cc68904c63d474db62ba943706746c5c9552 (patch)
treeb6a43221e6deeac5de4f1002c56b56727c49e2a8 /inputmethod
parentb32bfbbb997106333c665da353d3048b26e6af30 (diff)
downloadpkgsrc-3ce4cc68904c63d474db62ba943706746c5c9552.tar.gz
Import mozc-tool-1.6.1187.102 as inputmethod/mozc-tool.
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform such as Chromium OS, Windows, Mac and Linux. This open-source project originates from Google Japanese Input. This package is configuration tool for mozc.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/mozc-tool/DESCR5
-rw-r--r--inputmethod/mozc-tool/Makefile21
-rw-r--r--inputmethod/mozc-tool/PLIST2
3 files changed, 28 insertions, 0 deletions
diff --git a/inputmethod/mozc-tool/DESCR b/inputmethod/mozc-tool/DESCR
new file mode 100644
index 00000000000..b669520fbaa
--- /dev/null
+++ b/inputmethod/mozc-tool/DESCR
@@ -0,0 +1,5 @@
+Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
+such as Chromium OS, Windows, Mac and Linux. This open-source
+project originates from Google Japanese Input.
+
+This package is configuration tool for mozc.
diff --git a/inputmethod/mozc-tool/Makefile b/inputmethod/mozc-tool/Makefile
new file mode 100644
index 00000000000..9b887bf0156
--- /dev/null
+++ b/inputmethod/mozc-tool/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2013/01/18 11:38:02 ryoon Exp $
+#
+
+PKGNAME= ${DISTNAME:S/mozc-/mozc-tool-/}
+
+INSTALLATION_DIRS+= libexec
+
+.include "../../x11/qt4-libs/buildlink3.mk"
+
+ALL_ENV+= qt_dir=${QTDIR}
+
+do-build:
+ cd ${WRKSRC} && env ${MAKE_ENV} \
+ ${PYTHONBIN} build_mozc.py build -c Release -j ${MAKE_JOBS} \
+ gui/gui.gyp:mozc_tool
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/out_${OSDEST}/Release/mozc_tool \
+ ${DESTDIR}${PREFIX}/libexec
+
+.include "../../inputmethod/ibus-mozc/Makefile.common"
diff --git a/inputmethod/mozc-tool/PLIST b/inputmethod/mozc-tool/PLIST
new file mode 100644
index 00000000000..92fe2df3435
--- /dev/null
+++ b/inputmethod/mozc-tool/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2013/01/18 11:38:02 ryoon Exp $
+libexec/mozc_tool