summaryrefslogtreecommitdiff
path: root/homebrew/wxmac/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/wxmac/.make.sh-auto')
-rw-r--r--homebrew/wxmac/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/wxmac/.make.sh-auto b/homebrew/wxmac/.make.sh-auto
new file mode 100644
index 000000000..6613b4250
--- /dev/null
+++ b/homebrew/wxmac/.make.sh-auto
@@ -0,0 +1,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