# -*- 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                xclock
version             1.0.9
revision            0
categories          x11
license             X11
maintainers         {jeremyhu @jeremyhu} openmaintainer
description         Analog/digital clock for X11
long_description \
   The xclock program displays the time in analog or digital form.  The time \
   is continuously updated at a frequency which may be specified by the user.

platforms           darwin

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

checksums           rmd160  b294d3251f67a4fb5802049e3bc6de90db27906a \
                    sha256  cf461fb2c6f2ac42c54d8429ee2010fdb9a1442a370adfbfe8a7bfaf33c123bb \
                    size    175372

depends_build       port:pkgconfig

depends_lib         port:xorg-libXaw port:Xft2 \
                    port:xorg-libxkbfile

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