aboutsummaryrefslogtreecommitdiff
path: root/editors/Makefile
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2019-09-21 14:21:44 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2019-09-21 14:21:44 +0000
commit53d517ea8ff927887efee350536ed617650a56e6 (patch)
tree37f1211e709192ccd139d9ff009eafba22137cb6 /editors/Makefile
parente5c3e2c205ae2d88472b7909cf4af469c0b67046 (diff)
downloadports-53d517ea8ff927887efee350536ed617650a56e6.tar.gz
ports-53d517ea8ff927887efee350536ed617650a56e6.zip
New port: editors/mle: Small, flexible, terminal-based text editor
mle is a small, flexible, terminal-based text editor written in C. Notable features include: full Unicode support, syntax highlighting, scriptable rc file, macros, search and replace (PCRE), window splitting, multiple cursors, and integration with various shell commands. WWW: https://github.com/adsr/mle PR: 240523 Submitted by: as@php.net Differential Revision: https://reviews.freebsd.org/D21689 Event: EuroBSDcon 2019
Notes
Notes: svn path=/head/; revision=512497
Diffstat (limited to 'editors/Makefile')
-rw-r--r--editors/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 78651b44d0fc..0af722d30484 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -188,6 +188,7 @@
SUBDIR += mg
SUBDIR += micro
SUBDIR += mined
+ SUBDIR += mle
SUBDIR += morla
SUBDIR += mousepad
SUBDIR += mp