# -*- 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           boost 1.0

github.setup        acaudwell Logstalgia 1.1.4 logstalgia-
revision            1
name                logstalgia
categories          www
maintainers         nomaintainer
license             GPL-3

description         a website access log visualisation tool

long_description    Logstalgia is a visualization tool that replays or streams \
                    web server access logs as a retro arcade game simulation.

homepage            https://logstalgia.io
github.tarball_from releases
distname            ${name}-${version}

checksums           rmd160  419a1efff82dc141c49fabc45bfa418789df36b3 \
                    sha256  c049eff405e924035222edb26bcc6c7b5f00a08926abdb7b467e2449242790a9 \
                    size    2341698

depends_build       port:glm \
                    path:bin/pkg-config:pkgconfig

depends_lib         port:freetype \
                    port:ftgl \
                    port:glew \
                    path:include/turbojpeg.h:libjpeg-turbo \
                    port:libpng \
                    port:libsdl2 \
                    port:libsdl2_image \
                    port:pcre2

configure.args-append \
                    --with-boost=[boost::install_area]
