summaryrefslogtreecommitdiff
path: root/homebrew/gnuplot/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/gnuplot/.make.sh-auto')
-rw-r--r--homebrew/gnuplot/.make.sh-auto7
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/gnuplot/.make.sh-auto b/homebrew/gnuplot/.make.sh-auto
new file mode 100644
index 000000000..52f751d83
--- /dev/null
+++ b/homebrew/gnuplot/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+ENV.cxx11
+args = %W[--disable-dependency-tracking --disable-silent-rules --prefix=#{prefix} --with-readline=#{Formula["readline"].opt_prefix} --without-tutorial --disable-wxwidgets --with-qt --without-x ]
+pkg:configure *args
+ENV.deparallelize
+make
+make DESTDIR=${PKG_DEST} install