summaryrefslogtreecommitdiff
path: root/inputmethod/uim-tomoe-gtk/Makefile
diff options
context:
space:
mode:
authorobache <obache>2008-04-13 06:07:57 +0000
committerobache <obache>2008-04-13 06:07:57 +0000
commit04d78ae71d6c98cfc64a17de56252eeb85844ebc (patch)
tree9ec28fad70ca55948d600c92984c2bc081e18e58 /inputmethod/uim-tomoe-gtk/Makefile
parente7e93ccfb849c5a343d92e649ec8b37c4f60fd99 (diff)
downloadpkgsrc-04d78ae71d6c98cfc64a17de56252eeb85844ebc.tar.gz
Import uim-tomoe-gtk version 0.6.0.
uim-tomoe-gtk is an UIM helper program for Tomoe. Tomoe is a handwriting recognizer which currently supports Japanese.
Diffstat (limited to 'inputmethod/uim-tomoe-gtk/Makefile')
-rw-r--r--inputmethod/uim-tomoe-gtk/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/inputmethod/uim-tomoe-gtk/Makefile b/inputmethod/uim-tomoe-gtk/Makefile
new file mode 100644
index 00000000000..29a9e95e116
--- /dev/null
+++ b/inputmethod/uim-tomoe-gtk/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/13 06:07:57 obache Exp $
+#
+
+DISTNAME= uim-tomoe-gtk-0.6.0
+CATEGORIES= inputmethod
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tomoe/}
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://tomoe.sourceforge.jp/
+COMMENT= UIM helper program for Tomoe
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake intltool msgfmt
+USE_PKGLOCALEDIR= yes
+
+.include "../../inputmethod/tomoe/buildlink3.mk"
+.include "../../inputmethod/tomoe-gtk/buildlink3.mk"
+.include "../../inputmethod/uim/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"