diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-02 02:19:21 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-02 02:19:21 +0000 |
commit | 49db6a7c965e296aecd02386f8f0312722fd44a4 (patch) | |
tree | 0e026eaa59ca7af3b3b5a29577c610fd4bf84c39 /comms/Makefile | |
parent | Fix fetch. (diff) |
An ANSI-BBS terminal designed to connect to remote BBSs via telnet, rlogin, or
SSH. Supports ANSI music and the IBM charset when possible. Will run from a
console, under X11 using XLib, or using SDL.
WWW: http://syncterm.bbsdev.net/
PR: ports/104622
Submitted by: shurd
Notes
Notes:
svn path=/head/; revision=176153
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 4862a765a276..039f80a322a1 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -104,6 +104,7 @@ SUBDIR += spandsp SUBDIR += splat SUBDIR += sredird + SUBDIR += syncterm SUBDIR += thebridge SUBDIR += tilp SUBDIR += tilp2 |