diff --git a/dports/gis/qlandkartegt/Portfile b/dports/gis/qlandkartegt/Portfile
index b4b9ac7..561160a 100644
a
|
b
|
|
3 | 3 | |
4 | 4 | PortSystem 1.0 |
5 | 5 | PortGroup cmake 1.0 |
| 6 | PortGroup qt4 1.0 |
6 | 7 | |
7 | 8 | name qlandkartegt |
8 | 9 | version 1.8.1 |
| 10 | revision 1 |
9 | 11 | categories gis |
10 | 12 | platforms darwin |
11 | 13 | maintainers puffin.lb.shuttle.de:michael.klein mk |
… |
… |
depends_lib port:libexif \ |
33 | 35 | |
34 | 36 | patchfiles patch-src-main.cpp.diff |
35 | 37 | |
| 38 | cmake.out_of_source yes |
| 39 | |
36 | 40 | destroot { |
37 | 41 | xinstall -d ${destroot}${applications_dir} |
38 | | copy "${worksrcpath}/bin/QLandkarte GT.app" ${destroot}${applications_dir} |
| 42 | copy "${workpath}/build/bin/QLandkarte GT.app" ${destroot}${applications_dir} |
39 | 43 | } |
40 | 44 | |
41 | 45 | livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix} |