summaryrefslogtreecommitdiff
path: root/homebrew/minimalracket/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/minimalracket/.make.sh-auto')
-rw-r--r--homebrew/minimalracket/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/minimalracket/.make.sh-auto b/homebrew/minimalracket/.make.sh-auto
new file mode 100644
index 000000000..2b7fe6e2d
--- /dev/null
+++ b/homebrew/minimalracket/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+cd "src"
+args = %W[--disable-debug --disable-dependency-tracking --enable-macprefix --prefix=#{prefix} --man=#{man} --sysconfdir=#{etc} ]
+pkg:configure *args
+make
+make DESTDIR=${PKG_DEST} install