# $Id: Portfile 112964 2013-11-05 16:47:46Z raimue@macports.org $

PortSystem          1.0

name                xdaliclock
version             2.39
categories          x11
license             MIT
platforms           darwin
maintainers         nomaintainer

description         morphing animated clock

long_description    ${name} is a graphical clock which morphs each digit \
                    into the next.

homepage            http://www.jwz.org/xdaliclock/
master_sites        ${homepage}

checksums           rmd160  73d2bf045b10c467bd5d66d8de3cb97e64e54f70 \
                    sha256  e1b7d060ecbfae28530e609f3261f346db888c7bb91163f949cad17a83fcc06a

depends_lib         port:xorg-libXt \
                    port:xorg-libXext

configure.dir       ${worksrcpath}/X11

build.dir           ${configure.dir}

destroot.destdir    install_prefix=${destroot}

livecheck.type      regex
livecheck.regex     ${name}-(\[0-9.\]+)\\.tar
