freebsd-ports/editors/vim-console/Makefile
Adam Weinberger bd7f4e1d0f Rename editors/vim-lite to editors/vim-console. The vim-console port isn't
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.
2018-01-11 20:29:52 +00:00

14 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"