# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0
PortGroup           legacysupport 1.1

# strnlen
legacysupport.newest_darwin_requires_legacy 10

github.setup        fabiangreffrath crispy-doom 7.1 crispy-doom-
github.tarball_from archive

revision            0
categories          games
license             GPL-2
maintainers         {harens @harens} openmaintainer
description         A limit-removing enhanced-resolution Doom source port based on Chocolate Doom
long_description    Crispy Doom is a friendly fork of Chocolate Doom that provides a higher display \
                    resolution, removes the static limits of the Doom engine and offers further optional \
                    visual, tactical and physical enhancements while remaining entirely config file, savegame, \
                    netplay and demo compatible with the original.

checksums           rmd160  69494a839eb85301c45183bff17b971ab4a5da03 \
                    sha256  f0eb02afb81780165ddc81583ed5648cbee8b3205bcc27e181b3f61eb26f8416 \
                    size    2609031

use_autoreconf      yes
autoreconf.args     -fiv

configure.args      --disable-silent-rules
configure.python    ${prefix}/bin/python3.14

depends_build       port:autoconf \
                    port:automake \
                    path:bin/pkg-config:pkgconfig\
                    port:python314

depends_lib         port:libpng \
                    port:libsamplerate \
                    port:libsdl2 \
                    port:libsdl2_mixer \
                    port:libsdl2_net \
                    port:zlib
