From a70b3bd4b8f2b057b3c1a4aa108f77ad80365c63 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 14 Jul 1999 18:51:45 +0000 Subject: Satelite port for Vim to build a version w/o X11 support, w/o perl or tcl interpreter support, etc.. --- editors/vim-lite/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 editors/vim-lite/Makefile (limited to 'editors') diff --git a/editors/vim-lite/Makefile b/editors/vim-lite/Makefile new file mode 100644 index 000000000000..d65302204fb7 --- /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" -- cgit v1.2.3