diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2010-09-30 14:39:33 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2010-09-30 14:39:33 +0000 |
commit | e0af562ef037e726ac064e3f050c1edb3de023fd (patch) | |
tree | 862512ba182666a76936dd68a538caf2b7c9d6cf /sysutils/Makefile | |
parent | f49a55d2d2f3c2b34a9c5217ee61ece15387bf5d (diff) |
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.
Notes
Notes:
svn path=/head/; revision=262177
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 |