summaryrefslogtreecommitdiff
path: root/homebrew/frotz/.beer
blob: 30ae70d66d80201b5e7910856e43a1fb5fa428dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "Frotz",
    "description": "Infocom-style interactive fiction player",
    "url": "https://github.com/DavidGriffith/frotz/archive/2.44.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/DavidGriffith/frotz",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace \"Makefile\" do |s|",
        "s.remove_make_var! %w[CC OPTS]",
        "s.change_make_var! \"PREFIX\", prefix",
        "s.change_make_var! \"CONFIG_DIR\", etc",
        "s.change_make_var! \"MAN_PREFIX\", share"
    ],
    "version": "2.44",
    "file": "frotz.rb"
}