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

{
    "name": "libsdl2_gfx",
    "portdir": "devel/libsdl2_gfx",
    "version": "1.0.4",
    "license": "zlib",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/",
    "description": "SDL2 graphics drawing primitives and other support functions",
    "long_description": "Library containing 20+ graphics primitives (line, box, circle, polygon, etc.) for SDL2.",
    "active": true,
    "categories": [
        "devel",
        "graphics"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libsdl2"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "freeciv",
                "rb33-sdl2",
                "rb32-sdl2",
                "rb31-sdl2"
            ]
        },
        {
            "type": "run",
            "ports": [
                "rb33-sdl2-bindings",
                "rb32-sdl2-bindings",
                "rb31-sdl2-bindings"
            ]
        }
    ]
}