summaryrefslogtreecommitdiff
path: root/editors/vim-console/Makefile
diff options
context:
space:
mode:
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"