summaryrefslogtreecommitdiff
path: root/homebrew/gambitscheme/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/gambitscheme/.make.sh-auto')
-rw-r--r--homebrew/gambitscheme/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/gambitscheme/.make.sh-auto b/homebrew/gambitscheme/.make.sh-auto
new file mode 100644
index 000000000..bf01b18c0
--- /dev/null
+++ b/homebrew/gambitscheme/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+args = %W[--prefix=#{prefix} --enable-single-host --enable-multiple-versions --enable-default-runtime-options=f8,-8,t8 --enable-poll --enable-openssl ]
+pkg:configure *args
+make
+ENV.deparallelize
+make DESTDIR=${PKG_DEST} install