summaryrefslogtreecommitdiff
path: root/inputmethod/tomoe/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-04-13 06:05:44 +0000
committerobache <obache@pkgsrc.org>2008-04-13 06:05:44 +0000
commit77174f36231689145f06ee3a3f2cd0523e0d7e6c (patch)
tree76667f5550122d7a4c8192154ed1787c5d06a248 /inputmethod/tomoe/Makefile
parent7b8c30f9a0bdeb94ad7d8281146a565ada8ac237 (diff)
downloadpkgsrc-77174f36231689145f06ee3a3f2cd0523e0d7e6c.tar.gz
Import Tomoe version 0.6.0.
Tomoe is originally a handwriting character recognition engine. Current Tomoe does not only provide handwriting recognition engine but also provide other character searching API such as searching by readings, stroke counts, radicals, valiations and so on.
Diffstat (limited to 'inputmethod/tomoe/Makefile')
-rw-r--r--inputmethod/tomoe/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/inputmethod/tomoe/Makefile b/inputmethod/tomoe/Makefile
new file mode 100644
index 00000000000..db9393e72b1
--- /dev/null
+++ b/inputmethod/tomoe/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/13 06:05:44 obache Exp $
+#
+
+DISTNAME= tomoe-0.6.0
+CATEGORIES= inputmethod
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tomoe/}
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://tomoe.sourceforge.jp/
+COMMENT= Handwriting recognition engine
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake pkg-config intltool msgfmt
+USE_PKGLOCALEDIR= yes
+
+PKG_SYSCONFSUBDIR= tomoe
+
+PKGCONFIG_OVERRIDE+= bindings/python/pytomoe.pc.in
+PKGCONFIG_OVERRIDE+= tomoe.pc.in
+
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
+CONFIGURE_ARGS+= --without-ruby
+CONFIGURE_ARGS+= --without-python
+CONFIGURE_ENV+= ac_cv_path_MYSQL_CONFIG=mysql_config-not-found
+
+INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples
+
+CONF_FILES+= ${PREFIX}/share/examples/tomoe/config ${PKG_SYSCONFDIR}/config
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"