1999-07-14 18:51:45 +00:00
|
|
|
# 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)
|
|
|
|
#
|
1999-07-16 07:10:09 +00:00
|
|
|
# $Id: Makefile,v 1.2 1999/07/15 22:45:47 mharo Exp $
|
1999-07-14 18:51:45 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
PKGNAME= vim-lite-5.3
|
|
|
|
|
|
|
|
LITE= yes
|
|
|
|
|
1999-07-16 07:10:09 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
1999-07-14 18:51:45 +00:00
|
|
|
.if exists(${.CURDIR}/../vim5)
|
|
|
|
MASTERDIR= ${.CURDIR}/../vim5
|
|
|
|
.else
|
1999-07-15 22:45:47 +00:00
|
|
|
MASTERDIR= ${PORTSDIR}/editors/vim5
|
1999-07-14 18:51:45 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|