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

github.setup        kmscon libtsm 4.6.0 v
revision            0
categories          devel
license             MIT
maintainers         nomaintainer
description         Terminal-emulator state machine
long_description    ${name} is a state machine for DEC VT100-VT520-compatible \
                    terminal emulators. It tries to support all common standards \
                    while keeping compatibility to existing emulators like xterm, \
                    gnome-terminal, konsole etc. ${name} itself does not provide \
                    any rendering or window management, it is a pure state machine \
                    without any external dependencies.
checksums           rmd160  73ecc34164d5e531676b9ccaf29beac94c20aada \
                    sha256  5c64411fd558aa004170af9a04c12c3095e593b9e38a2fec7da1dafa7793dbb7 \
                    size    155191
github.tarball_from archive

compiler.c_standard 2011

patchfiles          patch-src-shared-shl-macro.h.diff

configure.args-append \
                    -Dgtktsm=false \
                    -Dtests=false
