summaryrefslogtreecommitdiff
path: root/editors/vile/options.mk
blob: 8a385b1f9511409a3869ef2a09b82395a25a32e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: options.mk,v 1.1 2007/10/14 04:53:35 obache Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.vile
PKG_SUPPORTED_OPTIONS=	ncursesw

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mncursesw)
.  include "../../devel/ncursesw/buildlink3.mk"
CONFIGURE_ARGS+=	--with-screen=ncursesw
.else
.  include "../../devel/ncurses/buildlink3.mk"
.endif