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

{
    "name": "armagetronad",
    "portdir": "games/armagetronad",
    "version": "0.2.9.1.0",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.armagetronad.org",
    "description": "Armagetron Advanced, a 3-D Tron-like light cycle game",
    "long_description": "Armagetron Advanced is a 3-D snake game, based on the light cycle sequence from the movie Tron. You can play against AI opponents, against other human users over the network, or a mixture of both.",
    "active": true,
    "categories": [
        "games"
    ],
    "maintainers": [
        {
            "name": "",
            "github": "jasonliu--",
            "ports_count": 37
        }
    ],
    "variants": [
        "zthreads",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libxml2",
                "libsdl_mixer",
                "boost176",
                "libsdl",
                "libsdl_image",
                "libpng",
                "freetype"
            ]
        },
        {
            "type": "run",
            "ports": [
                "armagetronad-common"
            ]
        }
    ],
    "depends_on": []
}