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 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | PortGroup cmake 1.0 |
---|
7 | |
---|
8 | name qlandkartegt |
---|
9 | categories gis |
---|
10 | version 1.2.3 |
---|
11 | platforms darwin |
---|
12 | maintainers puffin.lb.shuttle.de:michael.klein |
---|
13 | |
---|
14 | description Use your Garmin GPS with Linux/Mac OS X |
---|
15 | long_description QLandkarte GT is the ultimate outdoor aficionado's tool. It \ |
---|
16 | supports GPS maps in GeoTiff format as well as Garmin's img \ |
---|
17 | vector map format. Additional it is the PC side front end to \ |
---|
18 | QLandkarte M, a moving map application for mobile devices. And \ |
---|
19 | it fills the gap Garmin leaves in refusing to support Linux. \ |
---|
20 | QLandkarte GT is the proof that writing portable applications \ |
---|
21 | for Unix, Windows and OSX is feasible with a minimum of \ |
---|
22 | overhead. No excuses! |
---|
23 | |
---|
24 | homepage http://www.qlandkarte.org/ |
---|
25 | master_sites sourceforge:qlandkartegt |
---|
26 | distname ${name}-${version} |
---|
27 | |
---|
28 | patchfiles patch-src-CMap3D.cpp.diff |
---|
29 | |
---|
30 | checksums md5 ec1b7022ac81385be4979ea01f4e8309 \ |
---|
31 | sha1 eb64fdaa7be2803f0ac6bf4181170454563e854d \ |
---|
32 | rmd160 5470efdf2d1f036cf17603cf6156739c2de7a141 |
---|
33 | |
---|
34 | depends_lib port:libexif \ |
---|
35 | port:gdal \ |
---|
36 | port:qt4-mac \ |
---|
37 | bin:gpsbabel:gpsbabel |
---|
38 | |
---|
39 | destroot { |
---|
40 | xinstall -d ${destroot}${applications_dir} |
---|
41 | copy "${worksrcpath}/bin/QLandkarte GT.app" ${destroot}${applications_dir} |
---|
42 | } |
---|
43 | |
---|
44 | livecheck.url "http://sourceforge.net/api/file/index/project-id/212192/mtime/desc/rss" |
---|
45 | livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix} |
---|