summaryrefslogtreecommitdiff
path: root/homebrew/advancemame/.beer
blob: 6e136a0a31bbadaf1422bf2037fd85ef6f5f34c0 (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
{
    "name": "Advancemame",
    "description": "MAME with advanced video support",
    "url": "https://github.com/amadvance/advancemame/releases/download/v3.9/advancemame-3.9.tar.gz",
    "mirror": null,
    "homepage": "https://www.advancemame.it/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "freetype",
            "build-depend": false
        },
        {
            "depend": "sdl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "advancemenu",
            "reason": "both install `advmenu` binaries"
        }
    ],
    "patches": [],
    "install": [
        "ENV.delete \"SDKROOT\" if MacOS.version == :yosemite",
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\", \"LDFLAGS=#{ENV.ldflags}\", \"mandir=#{man}\", \"docdir=#{doc}\""
    ],
    "version": "3.9",
    "file": "advancemame.rb"
}