summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-07-14 18:51:45 +0000
committerobrien <obrien@FreeBSD.org>1999-07-14 18:51:45 +0000
commita70c40d82b75f37768ae84dff63fcf9bfdab71b6 (patch)
treeab7526a752c4be7d50ecb5d01f9686200bf3ea94 /editors
parent1fd1d66580a6fb48b86fff60f868465418929591 (diff)
downloadFreeBSD-ports-a70c40d82b75f37768ae84dff63fcf9bfdab71b6.zip
FreeBSD-ports-a70c40d82b75f37768ae84dff63fcf9bfdab71b6.tar.gz
Satelite port for Vim to build a version w/o X11 support, w/o perl or tcl
interpreter support, etc..
Diffstat (limited to 'editors')
-rw-r--r--editors/vim-lite/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/vim-lite/Makefile b/editors/vim-lite/Makefile
new file mode 100644
index 0000000..d653022
--- /dev/null
+++ b/editors/vim-lite/Makefile
@@ -0,0 +1,20 @@
+# ex:ts=8
+# Ports collection makefile for: vim-small
+# Version required: 5.3
+# Date created: Fri Jun 25, 1999
+# Whom: David O'Brien (obrien@NUXI.com)
+#
+# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $
+#
+
+PKGNAME= vim-lite-5.3
+
+LITE= yes
+
+.if exists(${.CURDIR}/../vim5)
+MASTERDIR= ${.CURDIR}/../vim5
+.else
+MASTERDIR= /usr/ports/editors/vim5
+.endif
+
+.include "${MASTERDIR}/Makefile"
OpenPOWER on IntegriCloud