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

{
    "name": "enigma",
    "portdir": "games/enigma",
    "version": "1.21",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.nongnu.org/enigma/",
    "description": "puzzle game inspired by the games Oxyd and Rock'n'Roll",
    "long_description": "Enigma is a puzzle game inspired by Oxyd on the Atari ST and Rock'n'Roll on the Amiga. The object of the game is to find and uncover pairs of identically colored Oxyd stones. Simple? Yes. Easy? Certainly not! Hidden traps, vast mazes, laser beams, and, most of all, countless hairy puzzles usually block your direct way to the Oxyd stones.",
    "active": true,
    "categories": [
        "games"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "ImageMagick",
                "osxutils",
                "texi2html",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libsdl",
                "libsdl_image",
                "libsdl_ttf",
                "libjpeg-turbo",
                "bzip2",
                "curl",
                "freetype",
                "libiconv",
                "xercesc3",
                "libpng",
                "zlib",
                "libsdl_mixer",
                "gettext",
                "icu"
            ]
        }
    ],
    "depends_on": []
}