summaryrefslogtreecommitdiff
path: root/math/octave-current/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-current/options.mk')
-rw-r--r--math/octave-current/options.mk31
1 files changed, 0 insertions, 31 deletions
diff --git a/math/octave-current/options.mk b/math/octave-current/options.mk
deleted file mode 100644
index 24f03f7a70e..00000000000
--- a/math/octave-current/options.mk
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: options.mk,v 1.3 2007/09/19 18:09:16 drochner Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.octave
-PKG_SUPPORTED_OPTIONS= glpk hdf5 pcre qhull
-PKG_SUGGESTED_OPTIONS= glpk hdf5 pcre qhull
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mglpk)
-.include "../../math/glpk/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --without-glpk
-.endif
-
-.if !empty(PKG_OPTIONS:Mhdf5)
-.include "../../devel/hdf5/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --without-hdf5
-.endif
-
-.if !empty(PKG_OPTIONS:Mpcre)
-.include "../../devel/pcre/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --without-pcre
-.endif
-
-.if !empty(PKG_OPTIONS:Mqhull)
-.include "../../math/qhull/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --without-qhull
-.endif