1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name filelight |
---|
6 | version 1.0 |
---|
7 | revision 1 |
---|
8 | categories kde |
---|
9 | maintainers zweistein12@gmx.de |
---|
10 | description Visualise disk usage with concentric, segmented rings. |
---|
11 | long_description Filelight creates an interactive map of concentric, \ |
---|
12 | segmented rings that help visualise disk usage on your \ |
---|
13 | computer. |
---|
14 | homepage http://www.methylblue.com/filelight/ |
---|
15 | platforms darwin |
---|
16 | master_sites http://methylblue.com/filelight/packages/ |
---|
17 | checksums md5 aa885e53e09f40e7fdd371395140b957 |
---|
18 | |
---|
19 | depends_lib port:kdelibs3 \ |
---|
20 | port:qt3 |
---|
21 | |
---|
22 | configure.args --with-qt-includes=${prefix}/include/qt3/ \ |
---|
23 | --with-qt-libraries=${prefix}/lib \ |
---|
24 | --with-qt-dir=${prefix} \ |
---|
25 | --with-extra-includes=../ \ |
---|
26 | --without-arts |
---|
27 | use_bzip2 yes |
---|
28 | patchfiles patch-src-part-radialMap-builder.cpp.diff \ |
---|
29 | patch-src-part-radialMap-labels.cpp.diff \ |
---|
30 | patch-src-part-radialMap-map.cpp.diff \ |
---|
31 | patch-src-part-radialMap-widgt.cpp.diff |
---|
32 | |
---|
33 | platform darwin 9 { |
---|
34 | # http://developer.apple.com/qa/qa2007/qa1567.html |
---|
35 | configure.ldflags-append -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib |
---|
36 | } |
---|
37 | |
---|