diff options
author | will <will@FreeBSD.org> | 2000-03-27 03:19:35 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-03-27 03:19:35 +0800 |
commit | a93dd2e64409febdf3e721663185e6fa4d245998 (patch) | |
tree | 20638e7273e436c76760900b154249a98377abd3 /games/Makefile | |
parent | 3b99f972409f0d50b45d94cb22b7b7387c4cc4ff (diff) | |
download | freebsd-ports-gnome-a93dd2e64409febdf3e721663185e6fa4d245998.tar.gz freebsd-ports-gnome-a93dd2e64409febdf3e721663185e6fa4d245998.tar.zst freebsd-ports-gnome-a93dd2e64409febdf3e721663185e6fa4d245998.zip |
Add mudix, a ncurses-based MUD client. Finally, an alternative to the ugly
tintin++, tinyfugue, and on the console! Too bad I can't figure out how to
make it work in an X terminal window. :-(
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index c506b90a8418..7a1386a0adff 100644 --- a/games/Makefile +++ b/games/Makefile @@ -98,6 +98,7 @@ SUBDIR += mindfocus SUBDIR += mirrormagic SUBDIR += miscom + SUBDIR += mudix SUBDIR += nethack SUBDIR += nethack-qt SUBDIR += nethack3 |