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

{
    "name": "armagetronad-dedicated",
    "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": "dedicated game server for Armagetron Advanced",
    "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. \n\nThis package installs the dedicated network server for the Armagetron Advanced game. It allows you to host games that other online players can connect to, and play multi-player matches. You can also host online multi-player matches directly from inside the game, but the dedicated server allows you to continue hosting matches while not actively running the game.",
    "active": true,
    "categories": [
        "games"
    ],
    "maintainers": [
        {
            "name": "",
            "github": "jasonliu--",
            "ports_count": 37
        }
    ],
    "variants": [
        "zthreads",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "automake",
                "clang-16",
                "pkgconfig",
                "autoconf"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "boost176",
                "libxml2"
            ]
        },
        {
            "type": "run",
            "ports": [
                "armagetronad-common"
            ]
        }
    ],
    "depends_on": []
}