diff options
author | kmoore <kmoore@FreeBSD.org> | 2010-09-30 22:39:33 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2010-09-30 22:39:33 +0800 |
commit | 97742acfa659aa38f3f316f1f77f93414d806601 (patch) | |
tree | 7b02bd155bb992418eaeac55bb73eb63ee6ee703 /sysutils/Makefile | |
parent | cbb78f496502a22540f1c80c3d3588246af7dc6b (diff) | |
download | freebsd-ports-gnome-97742acfa659aa38f3f316f1f77f93414d806601.tar.gz freebsd-ports-gnome-97742acfa659aa38f3f316f1f77f93414d806601.tar.zst freebsd-ports-gnome-97742acfa659aa38f3f316f1f77f93414d806601.zip |
Add sysutils/lxterminal.
LXterminal is a VTE-based terminal emulator with support for multiple tabs.
It is completely desktop-independent and does not have any unnecessary
dependencies. In order to reduce memory usage and increase the performance
all instances of the terminal are sharing a single process.
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 0b5ead94e9ce..5484fe635cd8 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -473,6 +473,7 @@ SUBDIR += lxinput SUBDIR += lxsplit SUBDIR += lxtask + SUBDIR += lxterminal SUBDIR += magicrescue SUBDIR += maint SUBDIR += makefs |