summaryrefslogtreecommitdiff
path: root/sysutils/mc/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/mc/options.mk')
-rw-r--r--sysutils/mc/options.mk40
1 files changed, 3 insertions, 37 deletions
diff --git a/sysutils/mc/options.mk b/sysutils/mc/options.mk
index ea709b53b9c..b3acccef296 100644
--- a/sysutils/mc/options.mk
+++ b/sysutils/mc/options.mk
@@ -1,11 +1,10 @@
-# $NetBSD: options.mk,v 1.13 2013/10/25 06:53:33 wiz Exp $
-#
+# $NetBSD: options.mk,v 1.14 2015/08/28 07:47:08 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mc
PKG_OPTIONS_REQUIRED_GROUPS= screen
PKG_OPTIONS_GROUP.screen= ncurses slang
-PKG_SUPPORTED_OPTIONS= mc-charset mc-edit mc-samba mc-subshell mc-vfs x11
-PKG_SUGGESTED_OPTIONS= mc-charset mc-edit mc-subshell mc-vfs slang
+PKG_SUPPORTED_OPTIONS= mc-charset x11
+PKG_SUGGESTED_OPTIONS= mc-charset slang
.include "../../mk/bsd.options.mk"
@@ -19,39 +18,6 @@ PLIST_SRC+= ${PKGDIR}/PLIST.charset
CONFIGURE_ARGS+= --disable-charset
.endif
-### The internal editor can be disabled to save disk space.
-.if !empty(PKG_OPTIONS:Mmc-edit)
-CONFIGURE_ARGS+= --with-edit
-PLIST_SRC+= ${PKGDIR}/PLIST.mcedit
-.else
-CONFIGURE_ARGS+= --without-edit
-.endif
-
-### Enable the Samba virtual file system. You can connect to Windows
-### file servers or Samba servers in your network.
-.if !empty(PKG_OPTIONS:Mmc-samba)
-CONFIGURE_ARGS+= --with-samba
-.else
-CONFIGURE_ARGS+= --without-samba
-.endif
-
-### The subshell is a shell command line inside the Midnight Commander.
-.if !empty(PKG_OPTIONS:Mmc-subshell)
-CONFIGURE_ARGS+= --with-subshell
-.else
-CONFIGURE_ARGS+= --without-subshell
-.endif
-
-### Enable the virtual file system of the Midnight Commander. With the
-### VFS you can access files via FTP, SSH, in various archive formats
-### like if they were on your local disk.
-.if !empty(PKG_OPTIONS:Mmc-vfs)
-PLIST_SRC+= ${PKGDIR}/PLIST.vfs
-USE_TOOLS+= perl:run
-.else
-CONFIGURE_ARGS+= --disable-vfs
-.endif
-
### X11 support allows better key handling (detection of the Alt, Ctrl,
### Shift modifiers) and mouse support.
.if !empty(PKG_OPTIONS:Mx11)