# $Id: Portfile 45603 2009-01-18 20:52:41Z jeremyhu@macports.org $

PortSystem          1.0
name                xclock
version             1.0.3
revision            1
categories          x11
maintainers         blb 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        ${homepage}pub/individual/app/
use_bzip2           yes

checksums           md5     2b1a3d030d87e62a591db8ee4c0072e6 \
                    sha1    94bd3f1c57d9d6f5c19f25fcdda3b148b99b6dbe \
                    rmd160  b6732da07c362a6fd21d12853b456f645ed9b037

depends_build       port:pkgconfig

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

configure.args      --disable-xprint

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

