summaryrefslogtreecommitdiff
path: root/editors/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-28 09:21:25 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-28 09:21:25 +0000
commit73bc0390dc3765601b3e0a9697c91e161d9aa07c (patch)
treeb7fadc92d299da2a0c66720cfbfc327161d3d07b /editors/Makefile
parentReset freebsd-dr@durchnull.de: (diff)
y is a multi-windowed console text editor, primarly intended for program-
mers and system administrators. y main features is: - multi-windows interface with up and down menu lines - Operable window list - Copy/paste between windows - Inter-windows search and replace - Help window with ablility to browse manual pages and info files - Internal terminal window - Internal GDB interface with ability to set up breakpoints inside text window - Status saving - you can load 20 files from your program project by one click - C-style Syntax highlight Rashid N. Achilov (citycat4@ngs.ru) PR: ports/110836 Submitted by: Rashid N. Achilov <citycat4 at ngs.ru>
Notes
Notes: svn path=/head/; revision=188645
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 f519ce1c0d7f..33cbd0e8ad88 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -195,6 +195,7 @@
SUBDIR += xvile
SUBDIR += xxe
SUBDIR += yudit
+ SUBDIR += yui
SUBDIR += zed
SUBDIR += zile
SUBDIR += zim