# $Id: Portfile 59685 2009-10-19 23:09:21Z jeremyhu@macports.org $

PortSystem          1.0
name                xclock
version             1.0.4
categories          x11
maintainers         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            http://www.x.org/
master_sites        http://xorg.freedesktop.org/archive/individual/app/
use_bzip2           yes

checksums           md5     bb9fd5e00d39c348a0078b97fdf8258f \
                    sha1    1987cafb3163c6b68bc7ecfbe143c8cd373d64bb \
                    rmd160  a53a05a4cbf7b301da8d96ad09d58ae2d6d4543d

depends_build       port:pkgconfig

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

configure.args      --disable-xprint

livecheck.type      regex
livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
livecheck.url       ${master_sites}

