ports/editors/vim-console/Makefile
2021-04-06 16:31:07 +02:00

12 lines
240 B
Makefile

# Created by: David O'Brien (obrien@NUXI.com)
PKGNAMESUFFIX= -console
COMMENT= Improved version of the vi editor (console only)
CONFLICTS_INSTALL= vim vim-tiny
CONSOLE= yes
MASTERDIR= ${.CURDIR}/../vim
.include "${MASTERDIR}/Makefile"