Commits
Kurt Hindenburg authored dd2fbc449b8
9 9 | description displays linear calendar on desktop |
10 10 | long_description DateLine is a small, simple app which displays a linear \ |
11 11 | calendar on your desktop in a transparent window. It \ |
12 12 | provides easy access to iCal by double clicking on a day. \ |
13 13 | The background element and text colours are customizable \ |
14 14 | with support for transparency. |
15 15 | |
16 16 | platforms darwin |
17 17 | |
18 18 | homepage http://www.machinecodex.com/dateline/index.php |
19 - | master_sites http://www.cocoalab.com/cocoalab/developer/source/ |
19 + | master_sites macports_distfiles |
20 20 | distname dateline_source |
21 21 | use_zip yes |
22 22 | worksrcdir ${name} |
23 23 | |
24 24 | checksums md5 dde69a24fb0bfe2aad1edd0d15ff96af \ |
25 25 | sha1 4b4be6b9ceb28e5bc42c4c1526cc183d36485302 \ |
26 26 | rmd160 fd70a43ca5fff28d8b425ed8571ab3c2211f92c8 |
27 27 | |
28 28 | supported_archs i386 ppc |
29 29 | |
30 30 | depends_lib path:lib/libssl.dylib:openssl |
31 31 | |
32 32 | patchfiles project.pbxproj.patch |
33 33 | post-patch { |
34 34 | reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/DateLine.xcodeproj/project.pbxproj |
35 35 | } |
36 + | |
37 + | livecheck.type none |