summaryrefslogtreecommitdiff
path: root/homebrew/plplot/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/plplot/.make.sh-auto')
-rw-r--r--homebrew/plplot/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/plplot/.make.sh-auto b/homebrew/plplot/.make.sh-auto
new file mode 100644
index 000000000..75b5b7fec
--- /dev/null
+++ b/homebrew/plplot/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+args = std_cmake_args + %w[-DPL_HAVE_QHULL=OFF -DENABLE_ada=OFF -DENABLE_d=OFF -DENABLE_qt=OFF -DENABLE_lua=OFF -DENABLE_tk=OFF -DENABLE_python=OFF -DENABLE_tcl=OFF -DPLD_xcairo=OFF -DPLD_wxwidgets=OFF -DENABLE_wxwidgets=OFF -DENABLE_DYNDRIVERS=OFF -DENABLE_java=OFF -DPLD_xwin=OFF ]
+mkdir "plplot-build" && cd plplot-build
+cmake .. *args
+make
+make DESTDIR=${PKG_DEST} install