summaryrefslogtreecommitdiff
path: root/homebrew/povray/.make.sh-auto
blob: 96e804509abb2bfbdbaae6a36cbaa410b992b150 (plain)
1
2
3
4
5
pkg:setup
ENV.cxx11
args = %W[COMPILED_BY=homebrew --disable-debug --disable-dependency-tracking --prefix=#{prefix} --mandir=#{man} --with-boost=#{Formula["boost"].opt_prefix} --with-openexr=#{Formula["openexr"].opt_prefix} --without-libsdl --without-x ]
%w[allanim allscene portfolio].each do |script|
inreplace "unix/scripts/#{script}.sh", /^DEFAULT_DIR=.*$/, "DEFAULT_DIR=#{HOMEBREW_PREFIX}"