Reported by: Sergey V. Dyatko via irc Tested by: Sergey V. Dyatko via irc Approved by: portmgr (implicit)
13 lines
255 B
Makefile
13 lines
255 B
Makefile
# Created by: 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)
|
|
|
|
PORTREVISION= 2
|
|
|
|
.include "${MASTERDIR}/Makefile"
|