summaryrefslogtreecommitdiff
path: root/editors/vim-lite/Makefile
blob: d65302204fb794e9004d7b9b29a47161e5d6d7ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"