forked from Lainports/opnsense-ports
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"
|