diff options
author | obache <obache@pkgsrc.org> | 2010-08-07 13:00:03 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-07 13:00:03 +0000 |
commit | 2c580854717bf7c255d7513e49214ed5db236ee8 (patch) | |
tree | f61e9971c4441c6f3c9170a7d2773df9462d1cca /inputmethod/tegaki-zinnia-simplified-chinese-light/Makefile | |
parent | 27d6711a9d03e426e8292eb358f288ada9a3da84 (diff) | |
download | pkgsrc-2c580854717bf7c255d7513e49214ed5db236ee8.tar.gz |
Import tegaki-zinnia-simplified-chinese-light-0.3 as inputmethod/tegaki-zinnia-simplified-chinese-light.
Tegaki project handwriting models for Zinna engine, Simplified Chinese (light).
Smaller and faster but less accurate.
Diffstat (limited to 'inputmethod/tegaki-zinnia-simplified-chinese-light/Makefile')
-rw-r--r-- | inputmethod/tegaki-zinnia-simplified-chinese-light/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/inputmethod/tegaki-zinnia-simplified-chinese-light/Makefile b/inputmethod/tegaki-zinnia-simplified-chinese-light/Makefile new file mode 100644 index 00000000000..95c84099696 --- /dev/null +++ b/inputmethod/tegaki-zinnia-simplified-chinese-light/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/08/07 13:00:03 obache Exp $ +# + +DISTNAME= tegaki-zinnia-simplified-chinese-light-0.3 +CATEGORIES= inputmethod chinese +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-Simplified-Chinese (light) +LICENSE= gnu-lgpl-v2.1 + +CONFLICTS+= tegaki-zinnia-simplified-chinese-[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" |