From e1941c47019084d15fb7cd9a03764d3b65e346e4 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 16 Dec 2009 23:55:13 +0000 Subject: Import kanatest-0.4.8: Kanatest is a Japanese kana (Hiragana and Katakana) simple flashcard tool. You can learn, or remind yourself about kana chars in quick and easy way! List of key features: * Fifteen lessons (groups of kana chars) * Lesson can be fully customizable by user * Repeating wrongly-answered questions mode * Built-in kana chart * Advanced statistics During test the Kanatest displays randomly selected kana char (respecting mode and lesson) and waits for user answer expected as romaji equivalent. This process continues until all questions will be answered or all questions will be answered correctly (depends on options). At the end of test a short info about drilling time and correctness ratio is displayed. The results are stored and user can review his performance in any time. --- games/kanatest/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 games/kanatest/Makefile (limited to 'games/kanatest/Makefile') diff --git a/games/kanatest/Makefile b/games/kanatest/Makefile new file mode 100644 index 00000000000..7fae4c8c2ff --- /dev/null +++ b/games/kanatest/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/12/16 23:55:13 joerg Exp $ + +DISTNAME= kanatest-0.4.8 +CATEGORIES= games +MASTER_SITES= http://clayo.org/kanatest/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://clayo.org/kanatest/ +COMMENT= A flash-card program to memorise Japanese kana + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= gmake msgfmt pkg-config + +post-build: + cd ${WRKSRC}/po && for a in *.po; do msgfmt -o $${a%.po}.mo $$a; done + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3