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

name                xconsole
version             1.0.7
categories          x11
license             X11
maintainers         {jeremyhu @jeremyhu} openmaintainer
description         Monitor system console messages with X11
long_description \
   The xconsole program displays messages which are usually sent to \
   /dev/console.

platforms           darwin

homepage            https://www.x.org/
master_sites        xorg:individual/app/
use_bzip2           yes

checksums           rmd160  2ba231e86f9e4462353400771b6451c7341803d5 \
                    sha256  d1144882df207378381bc83927906559defbf7b83a01d52c50ad44234c5851e0 \
                    size    134832

depends_build       port:pkgconfig

depends_lib         port:xorg-libXaw

livecheck.type      regex
livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
livecheck.url       https://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
