1999-07-14 14:51:45 -04:00
|
|
|
# ex:ts=8
|
1999-07-19 00:55:09 -04:00
|
|
|
# Ports collection makefile for: vim-lite
|
1999-07-14 14:51:45 -04:00
|
|
|
# Version required: 5.3
|
|
|
|
# Date created: Fri Jun 25, 1999
|
|
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
|
|
|
#
|
1999-08-25 01:57:29 -04:00
|
|
|
# $FreeBSD$
|
1999-07-14 14:51:45 -04:00
|
|
|
#
|
|
|
|
|
|
|
|
PKGNAME= vim-lite-5.3
|
|
|
|
|
|
|
|
LITE= yes
|
|
|
|
|
1999-07-16 03:10:09 -04:00
|
|
|
.include <bsd.port.pre.mk>
|
1999-07-14 14:51:45 -04:00
|
|
|
.if exists(${.CURDIR}/../vim5)
|
|
|
|
MASTERDIR= ${.CURDIR}/../vim5
|
|
|
|
.else
|
1999-07-15 18:45:47 -04:00
|
|
|
MASTERDIR= ${PORTSDIR}/editors/vim5
|
1999-07-14 14:51:45 -04:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|