summaryrefslogtreecommitdiff
path: root/homebrew/smake/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/smake/.make.sh-auto')
-rw-r--r--homebrew/smake/.make.sh-auto7
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/smake/.make.sh-auto b/homebrew/smake/.make.sh-auto
new file mode 100644
index 000000000..a3a9a9bf4
--- /dev/null
+++ b/homebrew/smake/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+ENV.deparallelize
+ENV.O1 if DevelopmentTools.clang_build_version >= 900
+make GMAKE_NOWARN=true INS_BASE=#{libexec} INS_RBASE=#{libexec} DESTDIR=${PKG_DEST} install
+bin.install_symlink libexec/"bin/smake"
+man1.install_symlink Dir["#{libexec}/share/man/man1/*.1"]
+man5.install_symlink Dir["#{libexec}/share/man/man5/*.5"]