diff options
Diffstat (limited to 'inputmethod/tegaki-train/Makefile')
-rw-r--r-- | inputmethod/tegaki-train/Makefile | 23 |
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" |