summaryrefslogtreecommitdiff
path: root/inputmethod/tegaki-train/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-08-07 12:53:49 +0000
committerobache <obache@pkgsrc.org>2010-08-07 12:53:49 +0000
commit2fc7251a0ef3af3548548a9439a3258da432a38c (patch)
treed52d6116d5481bc1c07fb2a300deefbb97b5969f /inputmethod/tegaki-train/Makefile
parente33766bc8b400703ccc303776f32a31393b4dea9 (diff)
downloadpkgsrc-2fc7251a0ef3af3548548a9439a3258da432a38c.tar.gz
Import tegaki-train-0.3.1 as inputmethod/tegaki-train.
Train Tegaki with your own handwriting.
Diffstat (limited to 'inputmethod/tegaki-train/Makefile')
-rw-r--r--inputmethod/tegaki-train/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/inputmethod/tegaki-train/Makefile b/inputmethod/tegaki-train/Makefile
new file mode 100644
index 00000000000..6053bbd9061
--- /dev/null
+++ b/inputmethod/tegaki-train/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/08/07 12:53:49 obache Exp $
+#
+
+DISTNAME= tegaki-train-0.3.1
+CATEGORIES= inputmethod
+MASTER_SITES= http://www.tegaki.org/releases/${PKGVERSION_NOREV}/
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://www.tegaki.org/
+COMMENT= Train Tegaki with your own handwriting
+LICENSE= gnu-gpl-v2
+
+DEPENDS+= tegaki-pygtk>=0.2:../../inputmethod/tegaki-pygtk
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # none
+
+EGG_NAME= ${DISTNAME:S/-/_/}
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"