# -*- 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.5 logstalgia-
github.tarball_from releases
revision            0

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

distname            ${name}-${version}

checksums           rmd160  2ec55c1a7d16600f518c5c83dff628c7db2c9235 \
                    sha256  028936e9f663c877d6969ad25f145c7b420797e9a3e01c6c184815ed8309f481 \
                    size    2341913

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

use_autoreconf      yes

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