diff options
author | chinsan <chinsan@FreeBSD.org> | 2008-06-22 04:17:19 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2008-06-22 04:17:19 +0800 |
commit | c7c9e41f25dcd8206f9719a2b6d93e796d870aee (patch) | |
tree | c9e92d9043b57396b55f0df6e42799ad83f8090b /x11-toolkits/Makefile | |
parent | f641498a96a4192bc4a853dd2c34150b10b81cfa (diff) | |
download | freebsd-ports-gnome-c7c9e41f25dcd8206f9719a2b6d93e796d870aee.tar.gz freebsd-ports-gnome-c7c9e41f25dcd8206f9719a2b6d93e796d870aee.tar.zst freebsd-ports-gnome-c7c9e41f25dcd8206f9719a2b6d93e796d870aee.zip |
Small terminal emulator. The only dependencies are Vte and Gtk2 libs.
Termit supports tabs, bookmarks, encoding switching and sessions.
WWW: http://code.google.com/p/termit/wiki/TermIt
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index dc087c6a12c4..398d2797678f 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -247,6 +247,7 @@ SUBDIR += swt SUBDIR += swt-devel SUBDIR += swt31 + SUBDIR += termit SUBDIR += tile SUBDIR += tix SUBDIR += tk-wrapper |