diff options
author | pav <pav@FreeBSD.org> | 2005-02-10 05:22:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-10 05:22:47 +0800 |
commit | ebf04ce3e05a972ed36c9ce50972ff3e767ac1f9 (patch) | |
tree | 28cc8b1157bfec507e4940231ecd4c9d7c7de188 /sysutils/Makefile | |
parent | e30ebaca2d30aa0ddb8e75f65ddf8f9c6a202f12 (diff) | |
download | freebsd-ports-graphics-ebf04ce3e05a972ed36c9ce50972ff3e767ac1f9.tar.gz freebsd-ports-graphics-ebf04ce3e05a972ed36c9ce50972ff3e767ac1f9.tar.zst freebsd-ports-graphics-ebf04ce3e05a972ed36c9ce50972ff3e767ac1f9.zip |
Ledit is a line editor, allowing to use control commands like in emacs
or in shells (bash, tcsh). To be used with interactive commands. It is
written in Ocaml and Camlp4 and uses the library unix.cma.
PR: ports/77307
Submitted by: Marwan Burelle <marwan.burelle@lri.fr>
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 2822476e1e0..c68226f0768 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -223,6 +223,7 @@ SUBDIR += lavaps SUBDIR += lcdproc SUBDIR += ldap-account-manager + SUBDIR += ledit SUBDIR += lfm SUBDIR += libcdio SUBDIR += libchk |