mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
11 lines
224 B
Makefile
11 lines
224 B
Makefile
# Created by: David O'Brien (obrien@NUXI.com)
|
|
# $FreeBSD$
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Improved version of the vi editor (lite package)
|
|
|
|
LITE= yes
|
|
MASTERDIR= ${.CURDIR}/../vim
|
|
|
|
.include "${MASTERDIR}/Makefile"
|