diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-11 14:38:15 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-11 14:38:15 +0000 |
commit | 7a13bc7cd823e9dcc6302b99ab9e07f1e8e32b5e (patch) | |
tree | 0fa8f2cb915779db46cc852618c9b86d69fb4a81 /misc/Makefile | |
parent | 341c7341543a7f0fd44daf9be94d20e94668268d (diff) | |
download | FreeBSD-ports-7a13bc7cd823e9dcc6302b99ab9e07f1e8e32b5e.zip FreeBSD-ports-7a13bc7cd823e9dcc6302b99ab9e07f1e8e32b5e.tar.gz |
This is a port of lingoteach, which aims to be a language
teaching program. Until now, chinese, german, spanish and
english are supported. You ca add your own lessons by using
an integrated editor or editing the xml-files yourself.
Different types of learning are available for actually 825
words and sentences.
For the soundsnippets, you have to download the sound tarball
separately ad copy the content of its data-dir to
$PREFIX/lingoteach/data.
WWW: http://www.lingoteach.org
PR: 41184
Submitted by: mva121@gmx.net
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index ad5d8b6..0d06678 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -184,6 +184,7 @@ SUBDIR += libmcal SUBDIR += lifelines SUBDIR += lile + SUBDIR += lingoteach SUBDIR += logsurfer SUBDIR += lr SUBDIR += lv |