Ticket #26898: Portfile

File Portfile, 1.2 KB (added by cjones051073 (Chris Jones), 13 years ago)
Line 
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
5PortSystem          1.0
6PortGroup           kde4 1.1
7
8name                filelight4
9version             1.9rc3
10revision            0
11
12categories          kde kde4
13maintainers         nomaintainer
14
15description         KDE4 disk usage monitor
16long_description    Visualise disk usage with concentric, segmented rings.
17
18platforms           darwin
19
20distname            filelight-${version}
21homepage            http://www.methylblue.com/filelight
22
23master_sites        http://www.hep.phy.cam.ac.uk/~jonesc
24checksums           md5     f82894ab5e2ae2d8dfa898e4dc4efb91 \
25                    sha1    15343f457c3d231b4ae68b034402dc27f8478d98 \
26                    rmd160  4a1255513aac26bd1350c7a11a682c814069c1e8
27
28depends_lib-append  port:kdelibs4 \
29                    port:kdebase4-runtime
30
31post-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
37patchfiles          icon-fix.patch
38patch.dir           ${workpath}/${distname}
39
40configure.args-append ../${distname}