aboutsummaryrefslogtreecommitdiff
path: root/editors/vim-lite/Makefile
blob: da7edbc664861a48b314fa0a52d9933f3fdd0065 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ex:ts=8
# Ports collection makefile for:  vim-lite
# Version required:     	  5.3
# Date created:			  Fri Jun 25, 1999
# Whom:				  David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#

PKGNAME=	vim-lite-5.3

LITE=		yes

.include <bsd.port.pre.mk>
.if exists(${.CURDIR}/../vim5)
MASTERDIR=	${.CURDIR}/../vim5
.else
MASTERDIR=	${PORTSDIR}/editors/vim5
.endif

.include "${MASTERDIR}/Makefile"