summaryrefslogtreecommitdiff
path: root/homebrew/wxmac/.beer
blob: a35ce3f771e9d77f7633d0b7c121cc33924ee0ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
    "name": "Wxmac",
    "description": "Cross-platform C++ GUI toolkit (wxWidgets for macOS)",
    "url": "https://github.com/wxWidgets/wxWidgets/releases/download/v3.0.4/wxWidgets-3.0.4.tar.bz2",
    "mirror": null,
    "homepage": "https://www.wxwidgets.org",
    "depends": [
        {
            "depend": "jpeg",
            "build-depend": false
        },
        {
            "depend": "libpng",
            "build-depend": false
        },
        {
            "depend": "libtiff",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "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}\",",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\"",
        "inreplace \"#{bin}/wx-config\", prefix, HOMEBREW_PREFIX"
    ],
    "version": "3.0.4",
    "file": "wxmac.rb"
}