1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | |
---|
3 | # $Id: $ |
---|
4 | |
---|
5 | PortSystem 1.0 |
---|
6 | PortGroup kde4 1.1 |
---|
7 | |
---|
8 | name filelight4 |
---|
9 | version 1.9rc3 |
---|
10 | revision 0 |
---|
11 | |
---|
12 | categories kde kde4 |
---|
13 | maintainers nomaintainer |
---|
14 | |
---|
15 | description KDE4 disk usage monitor |
---|
16 | long_description Visualise disk usage with concentric, segmented rings. |
---|
17 | |
---|
18 | platforms darwin |
---|
19 | |
---|
20 | distname filelight-${version} |
---|
21 | homepage http://www.methylblue.com/filelight |
---|
22 | |
---|
23 | master_sites http://www.hep.phy.cam.ac.uk/~jonesc |
---|
24 | checksums md5 f82894ab5e2ae2d8dfa898e4dc4efb91 \ |
---|
25 | sha1 15343f457c3d231b4ae68b034402dc27f8478d98 \ |
---|
26 | rmd160 4a1255513aac26bd1350c7a11a682c814069c1e8 |
---|
27 | |
---|
28 | depends_lib-append port:kdelibs4 \ |
---|
29 | port:kdebase4-runtime |
---|
30 | |
---|
31 | post-extract { |
---|
32 | # if there is no 128x128 icon, no Mac OS X application icon will be generated |
---|
33 | # (at least cmake-2.8 shows this behaviour) |
---|
34 | copy ${filespath}/hi128-app-filelight.png ${workpath}/${distname}/misc/ |
---|
35 | } |
---|
36 | |
---|
37 | patchfiles icon-fix.patch |
---|
38 | patch.dir ${workpath}/${distname} |
---|
39 | |
---|
40 | configure.args-append ../${distname} |
---|