1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/editors/vim-lite/Makefile
1999-08-25 05:57:29 +00:00

22 lines
389 B
Makefile

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