diff options
author | garga <garga@FreeBSD.org> | 2006-07-26 19:31:46 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-07-26 19:31:46 +0800 |
commit | 54711ff6906ddc932b21335d7d54ea216bf45d4c (patch) | |
tree | b0d4585087d9504c3e0d70325fce5f0994291549 /editors/Makefile | |
parent | b7b734f5880cff5c9920d6113038d90d7988d5b2 (diff) | |
download | freebsd-ports-gnome-54711ff6906ddc932b21335d7d54ea216bf45d4c.tar.gz freebsd-ports-gnome-54711ff6906ddc932b21335d7d54ea216bf45d4c.tar.zst freebsd-ports-gnome-54711ff6906ddc932b21335d7d54ea216bf45d4c.zip |
Cle is a Command Line Editor. It provides the editing/history/completion
commands of the GNU readline package to any line-oriented Unix command.
WWW: http://kaolin.unice.fr/Cle/
PR: ports/100855
Submitted by: Timothy Bourke <timbob at bigpond.com>
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index fc1976121cfd..6a241895f93a 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -25,6 +25,7 @@ SUBDIR += bpatch SUBDIR += bvi SUBDIR += chexedit + SUBDIR += cle SUBDIR += code-browser SUBDIR += color-mate SUBDIR += conglomerate |