diff options
author | pav <pav@FreeBSD.org> | 2007-12-17 22:53:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-12-17 22:53:38 +0800 |
commit | 604b717fefe139c37dfcacc6e1901dfcbcffc27f (patch) | |
tree | 25c80a7666fe1c253fe6b120e6e86f1b1dd989f4 /comms/Makefile | |
parent | 22aa2693e18e992c1c999768f5e0adf97756c361 (diff) | |
download | freebsd-ports-gnome-604b717fefe139c37dfcacc6e1901dfcbcffc27f.tar.gz freebsd-ports-gnome-604b717fefe139c37dfcacc6e1901dfcbcffc27f.tar.zst freebsd-ports-gnome-604b717fefe139c37dfcacc6e1901dfcbcffc27f.zip |
A fully automatic Morse code teaching machine. Teaches you to receive
Morse code. It starts with a few letters and adds more when it sees that
you are ready. The program won't teach you to send code. It runs in X Window.
Built with the Fast Light ToolKit(fltk) and the Simple Directmedia Layer(SDL).
It need to be compiled on X Window term for the reason fluid(fltk) need to.
WWW: http://c2.com/morse
PR: ports/118235
Submitted by: Sunry Chen <sunrychen@gmail.com>
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 8840075c47ee..f8874579869d 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -134,6 +134,7 @@ SUBDIR += xcept SUBDIR += xdx SUBDIR += xlog + SUBDIR += xmorse SUBDIR += xnecview SUBDIR += xwota SUBDIR += yagiuda |