mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
12 lines
240 B
Makefile
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"
|