# $Id$ PortSystem 1.0 name kanatest version 0.4.4 categories games education platforms darwin maintainers nox description Kanatest is a Japanese kana (Hiragana and Katakana) simple flashcard tool. long_description \ Kanatest is a Japanese kana (hiragana and katakana) simple flashcard tool. It offers fourteen \ lessons and three drill modes: hiragana, katakana, and mixed mode. The tool displays randomly \ selected kana characters (respecting mode and lesson) and waits for the user answer (expected \ as the romaji equivalent). This process continues until all questions are answered or all \ questions are answered correctly (depending on options). At the end of test, information about \ drilling time and correctness ratio is displayed. The results are stored, and a user can review \ his performance at any time. homepage http://clay.ll.pl/kanatest/ master_sites ${homepage} checksums md5 9257d25d917630056dacf355a1c05c9f \ sha1 373c73363d1961d5f217f4b70c6404796fd73be2 \ rmd160 02d5f725ff29c0115f50f0106c996e23408f0218 depends_build port:pkgconfig depends_lib port:gettext \ port:glib2 \ port:gtk2 \ port:libiconv \ port:libxml2 build.args MSGFMT=${prefix}/bin/msgfmt \ XGETTEXT=${prefix}/bin/xgettext \ MSGMERGE=${prefix}/bin/msgmerge destroot.args ${build.args} post-destroot { set docdir ${prefix}/share/doc/${name}-${version} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog README \ ${destroot}${docdir} }