summaryrefslogtreecommitdiff
path: root/homebrew/smake/.make.sh-auto
blob: a3a9a9bf453db404ad822fb3df3b506d0ec54d66 (plain)
1
2
3
4
5
6
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"]