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

{
    "name": "bzflag",
    "portdir": "games/bzflag",
    "version": "2.4.26",
    "license": "(LGPL-2.1 or MPL-2)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.bzflag.org/",
    "description": "3D tank game, multiplayer and internet gaming available",
    "long_description": "BZFlag is a free multiplayer multiplatform 3D tank battle game. The name stands for Battle Zone capture Flag.",
    "active": true,
    "categories": [
        "games"
    ],
    "maintainers": [
        {
            "name": "me",
            "github": "allejo",
            "ports_count": 1
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "makeicns",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "glew",
                "zlib",
                "curl",
                "c-ares",
                "libsdl2",
                "ncurses"
            ]
        }
    ],
    "depends_on": []
}