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

PortSystem          1.0
name                oclock
version             1.0.1
revision            1
categories          x11
maintainers         jeremyhu openmaintainer
description         Round X11 clock
long_description \
   OClock simply displays the current time on an analog display.

platforms           darwin

homepage            http://www.x.org/
master_sites        http://xorg.freedesktop.org/archive/individual/app/
use_bzip2           yes

checksums           md5     91f49547f9ed3cd0137c8b7c3183e360 \
                    sha1    5245ac01d5dc940c89b8c39c3ee435b4f20a5db7 \
                    rmd160  463175c93f7807f9c5944ffcb34c39be7a066d96

depends_build       port:pkgconfig

depends_lib         port:xorg-libXmu

configure.args      --mandir=${prefix}/share/man

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

