summaryrefslogtreecommitdiff
path: root/inputmethod/tegaki-zinnia-japanese-light/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-08-07 12:58:08 +0000
committerobache <obache@pkgsrc.org>2010-08-07 12:58:08 +0000
commit3125817d24ba75d870a9c5b2a7b23c337fede27e (patch)
tree4ef15ef3056956406dff7c72ff7211e7132af590 /inputmethod/tegaki-zinnia-japanese-light/Makefile
parent1012e2501e594e551910977e1b6b52d32af0b4bc (diff)
downloadpkgsrc-3125817d24ba75d870a9c5b2a7b23c337fede27e.tar.gz
Import tegaki-zinnia-japanese-light-0.3 as inputmethod/tegaki-zinnia-japanese-light.
Tegaki project handwriting models for Zinna engine, Japanese (light). Smaller and faster but less accurate.
Diffstat (limited to 'inputmethod/tegaki-zinnia-japanese-light/Makefile')
-rw-r--r--inputmethod/tegaki-zinnia-japanese-light/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/inputmethod/tegaki-zinnia-japanese-light/Makefile b/inputmethod/tegaki-zinnia-japanese-light/Makefile
new file mode 100644
index 00000000000..9e9aad47949
--- /dev/null
+++ b/inputmethod/tegaki-zinnia-japanese-light/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/08/07 12:58:08 obache Exp $
+#
+
+DISTNAME= tegaki-zinnia-japanese-light-0.3
+CATEGORIES= inputmethod japanese
+MASTER_SITES= http://www.tegaki.org/releases/0.3/models/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://www.tegaki.org/
+COMMENT= Tegaki project handwriting model for Zinnia-Japanese (light)
+LICENSE= gnu-lgpl-v2.1
+
+CONFLICTS+= tegaki-zinnia-japanese-[0-9]*
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # none
+
+NO_BUILD= yes
+
+INSTALLATION_DIRS= share/tegaki/models/zinnia
+
+INSTALL_MAKE_FLAGS+= installpath=${DESTDIR}${PREFIX}/share/tegaki/models/zinnia
+
+.include "../../mk/bsd.pkg.mk"