actually any lighter---it's built with exactly the same feature-set as the main vim port. The only difference is lack of gtk20 GUI, and the language bindings are off by default. An UPDATING entry is included.
13 lines
252 B
Makefile
13 lines
252 B
Makefile
# Created by: David O'Brien (obrien@NUXI.com)
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -console
|
|
|
|
COMMENT= Improved version of the vi editor (console only)
|
|
|
|
CONFLICTS_INSTALL= vim vim-tiny
|
|
|
|
CONSOLE= yes
|
|
MASTERDIR= ${.CURDIR}/../vim
|
|
|
|
.include "${MASTERDIR}/Makefile"
|