ec037f4656
Approved by: obrien (MAINTAINER)
16 lines
331 B
Makefile
16 lines
331 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: vim-lite
|
|
# Date created: Fri Jun 25, 1999
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
LITE= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../vim
|
|
|
|
MAINTAINER?= obrien@FreeBSD.org
|
|
COMMENT?= Vi "workalike", with many additional features (Lite package)
|
|
|
|
.include "${MASTERDIR}/Makefile"
|