# $Id: Portfile 85356 2011-10-13 01:59:06Z jmr@macports.org $ PortSystem 1.0 PortGroup xcode 1.0 name DateLine version 0.61 categories-append amusements maintainers singingwolfboy 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 http://www.cocoalab.com/cocoalab/developer/source/ distname dateline_source use_zip yes worksrcdir ${name} checksums md5 dde69a24fb0bfe2aad1edd0d15ff96af \ sha1 4b4be6b9ceb28e5bc42c4c1526cc183d36485302 \ rmd160 fd70a43ca5fff28d8b425ed8571ab3c2211f92c8 supported_archs i386 ppc depends_lib port:openssl patchfiles project.pbxproj.patch post-patch { reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/DateLine.xcodeproj/project.pbxproj }