PortSystem              1.0
PortGroup               xcode 1.0

name                    DateLine
version                 0.61
revision                3
categories-append       amusements
maintainers             nomaintainer
description             displays linear calendar on desktop
long_description        DateLine is a small, simple app which displays a linear \
                        calendar on your desktop in a transparent window. It \
                        provides easy access to iCal by double clicking on a day. \
                        The background element and text colours are customizable \
                        with support for transparency.

platforms               darwin

homepage                http://www.machinecodex.com/dateline/index.php
master_sites            macports_distfiles
distname                dateline_source
use_zip                 yes
worksrcdir              ${name}

checksums               md5 dde69a24fb0bfe2aad1edd0d15ff96af \
                        sha1 4b4be6b9ceb28e5bc42c4c1526cc183d36485302 \
                        rmd160 fd70a43ca5fff28d8b425ed8571ab3c2211f92c8

supported_archs         i386 ppc

depends_lib             path:lib/libssl.dylib:openssl

patchfiles              project.pbxproj.patch
post-patch {
    reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/DateLine.xcodeproj/project.pbxproj
}

livecheck.type          none
