# -*- 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                xlsfonts
version             1.0.6
categories          x11
license             X11
maintainers         {jeremyhu @jeremyhu} openmaintainer
description         List available fonts on an X11 server
long_description    ${description}

platforms           darwin

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

checksums           rmd160  84decdd86311c18691a5d223dab76b9a4b242c59 \
                    sha256  89b80b3a030006ab6cef717be286c12f2477894b227158b1e6133274f6ebd368 \
                    size    133500

depends_build       port:pkgconfig

depends_lib         port:xorg-libX11

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