diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-13 02:37:00 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-13 02:37:00 +0000 |
commit | ec53678d3aa2283db60b58387a9fdb8037a95ffb (patch) | |
tree | 4cebcc88f20e5b6da9cfd2c6dc4553e97738e3c2 /net/Makefile | |
parent | f5f3051212910d36db29ec42fe8386242cb39f3e (diff) |
[NEW PORT] net/tn5250j: A 5250 terminal emulator for the AS/400 written in Java
A feature-rich graphical Telnet 5250 emulator written in Java.
WWW: http://tn5250j.sourceforge.net/
PR: ports/124537
Submitted by: Marcin Cieslak <saper@system.pl>
Notes
Notes:
svn path=/head/; revision=214734
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 820c859f6369..eecc69424b05 100644 --- a/net/Makefile +++ b/net/Makefile @@ -931,6 +931,7 @@ SUBDIR += tinyfugue SUBDIR += tinyldap SUBDIR += tn5250 + SUBDIR += tn5250j SUBDIR += tptest SUBDIR += traceroute SUBDIR += traff |