GET /api/v1/ports/openttd/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "openttd",
    "portdir": "games/openttd",
    "version": "13.3",
    "license": "GPL-2",
    "platforms": "macosx",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.openttd.org/",
    "description": "OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe",
    "long_description": "OpenTTD is an open source simulation game based upon the popular Microprose game \"Transport Tycoon Deluxe\", written by Chris Sawyer. It attempts to mimic the original game as closely as possible while extending it with new features.",
    "active": true,
    "categories": [
        "aqua",
        "games"
    ],
    "maintainers": [
        {
            "name": "cal",
            "github": "neverpanic",
            "ports_count": 60
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-16",
                "pkgconfig"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libpng",
                "freetype",
                "libiconv",
                "lzo2",
                "fontconfig",
                "zlib",
                "xz"
            ]
        },
        {
            "type": "run",
            "ports": [
                "openttd-opengfx",
                "openttd-opensfx",
                "openttd-openmsx"
            ]
        }
    ],
    "depends_on": []
}