Ticket #26772: Portfile

File Portfile, 1.7 KB (added by mklein-de (Michael Klein), 13 years ago)

updated for qlandkartegt 1.2.3

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# $Id$
3
4PortSystem       1.0
5
6PortGroup        cmake 1.0
7
8name             qlandkartegt
9categories       gis
10version          1.2.3
11platforms        darwin
12maintainers      puffin.lb.shuttle.de:michael.klein
13
14description      Use your Garmin GPS with Linux/Mac OS X
15long_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
24homepage         http://www.qlandkarte.org/
25master_sites     sourceforge:qlandkartegt
26distname         ${name}-${version}
27
28patchfiles       patch-src-CMap3D.cpp.diff
29
30checksums        md5     ec1b7022ac81385be4979ea01f4e8309 \
31                 sha1    eb64fdaa7be2803f0ac6bf4181170454563e854d \
32                 rmd160  5470efdf2d1f036cf17603cf6156739c2de7a141
33
34depends_lib      port:libexif \
35                 port:gdal \
36                 port:qt4-mac \
37                 bin:gpsbabel:gpsbabel
38
39destroot {
40    xinstall -d ${destroot}${applications_dir}
41    copy "${worksrcpath}/bin/QLandkarte GT.app" ${destroot}${applications_dir}
42}
43
44livecheck.url    "http://sourceforge.net/api/file/index/project-id/212192/mtime/desc/rss"
45livecheck.regex  ${name}-(\[0-9.\]+)${extract.suffix}