1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Satelite port for Vim to build a version w/o X11 support, w/o perl or tcl

interpreter support, etc..
This commit is contained in:
David E. O'Brien 1999-07-14 18:51:45 +00:00
parent 80c8296db2
commit a70b3bd4b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20198

20
editors/vim-lite/Makefile Normal file
View File

@ -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"