mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
bd7f4e1d0f
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.
14 lines
252 B
Makefile
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"
|