summaryrefslogtreecommitdiff
path: root/inputmethod/zinnia-tomoe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/zinnia-tomoe/Makefile')
-rw-r--r--inputmethod/zinnia-tomoe/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/inputmethod/zinnia-tomoe/Makefile b/inputmethod/zinnia-tomoe/Makefile
new file mode 100644
index 00000000000..837dafe4b78
--- /dev/null
+++ b/inputmethod/zinnia-tomoe/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/05/20 09:11:07 obache Exp $
+#
+
+DISTNAME= zinnia-tomoe-0.6.0-20080911
+PKGNAME= zinnia-tomoe-0.6.0.20080911
+CATEGORIES= inputmethod
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zinnia/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://zinnia.sourceforge.net/
+COMMENT= Zinna recognition models traned with Tomoe data
+#LICENSE= # Tomoe's
+
+BUILD_DEPENDS+= zinnia-[0-9]*:../../inputmethod/zinnia
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= # none
+
+FIND_PREFIX:= ZINNIA_DIR=zinnia
+.include "../../mk/find-prefix.mk"
+
+CONFIGURE_ARGS+= --with-zinnia-convert=${ZINNIA_DIR}/bin/zinnia_convert
+
+.include "../../mk/bsd.pkg.mk"