summaryrefslogtreecommitdiff
path: root/editors/vim-console/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2018-01-11 20:29:52 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2018-01-11 20:29:52 +0000
commitbd7f4e1d0f199bc375337d8549a9f830205826b8 (patch)
tree5f0959b0e16a2761f76071adfbf9c21d4576d6fb /editors/vim-console/Makefile
parent- Fix dependency on ncurses and respect it properly (diff)
Rename editors/vim-lite to editors/vim-console. The vim-console port isn't
actually any lighter---it's built with exactly the same feature-set as the main vim port. The only difference is lack of gtk20 GUI, and the language bindings are off by default. An UPDATING entry is included.
Notes
Notes: svn path=/head/; revision=458784
Diffstat (limited to 'editors/vim-console/Makefile')
-rw-r--r--editors/vim-console/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/vim-console/Makefile b/editors/vim-console/Makefile
new file mode 100644
index 000000000000..5392f8c47bf5
--- /dev/null
+++ b/editors/vim-console/Makefile
@@ -0,0 +1,13 @@
+# Created by: David O'Brien (obrien@NUXI.com)
+# $FreeBSD$
+
+PKGNAMESUFFIX= -console
+
+COMMENT= Improved version of the vi editor (console only)
+
+CONFLICTS_INSTALL= vim vim-tiny
+
+CONSOLE= yes
+MASTERDIR= ${.CURDIR}/../vim
+
+.include "${MASTERDIR}/Makefile"