summaryrefslogtreecommitdiff
path: root/homebrew/wxmac/.make.sh-auto
blob: 6613b425007c7feb7ea62216858a9548011fa283 (plain)
1
2
3
4
5
6
pkg:setup
args = [
"--prefix=#{prefix}", "--enable-clipboard", "--enable-controls", "--enable-dataviewctrl", "--enable-display", "--enable-dnd", "--enable-graphics_ctx", "--enable-std_string", "--enable-svg", "--enable-unicode", "--enable-webkit", "--with-expat", "--with-libjpeg", "--with-libpng", "--with-libtiff", "--with-opengl", "--with-osx_cocoa", "--with-zlib", "--disable-precomp-headers", "--disable-monolithic", "--with-macosx-version-min=#{MacOS.version}", ]
pkg:configure *args
make DESTDIR=${PKG_DEST} install
inreplace "#{bin}/wx-config", prefix, HOMEBREW_PREFIX