summaryrefslogtreecommitdiff
path: root/editors/vile/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vile/options.mk')
-rw-r--r--editors/vile/options.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/vile/options.mk b/editors/vile/options.mk
new file mode 100644
index 00000000000..8a385b1f951
--- /dev/null
+++ b/editors/vile/options.mk
@@ -0,0 +1,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