1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/editors/vim-lite/Makefile

22 lines
431 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)
#
# $Id: Makefile,v 1.3 1999/07/16 07:10:09 mharo Exp $
#
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"