summaryrefslogtreecommitdiff
path: root/homebrew/x3270/.beer
blob: 31f1a8df998306401348baf45656f12cb28b9a7e (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
{
    "name": "X3270",
    "description": "IBM 3270 terminal emulator for the X Window System and Windows",
    "url": "https://downloads.sourceforge.net/project/x3270/x3270/3.6ga5/suite3270-3.6ga5-src.tgz",
    "mirror": null,
    "homepage": "http://x3270.bgp.nu/",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--prefix=#{prefix}",
        "--enable-c3270",
        "--enable-pr3287",
        "--enable-s3270",
        "--enable-tcl3270",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\"",
        "system \"make\", \"install.man\""
    ],
    "version": "3270",
    "file": "x3270.rb"
}