Ticket #56740: Portfile

File Portfile, 1.1 KB (added by sikmir (Nikolay Korotkiy), 6 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
3PortSystem          1.0
4PortGroup           github 1.0
5PortGroup           qmake5 1.0
6
7github.setup        tumic0 GPXSee 5.14
8categories          gis graphics
9platforms           darwin
10license             GPL-3
11maintainers         {@sikmir gmail.com:sikmir} openmaintainer
12description         GPS log file viewer and analyzer
13long_description    GPXSee is a Qt-based GPS log file viewer and analyzer \
14                    that supports GPX, TCX, KML, FIT, IGC, NMEA and OziExplorer files.
15homepage            http://www.gpxsee.org/
16checksums           rmd160  672828ff75efe2faf27fb8946e4fc5e721c05397 \
17                    sha256  ce18889ce5c0e85a15f242f3603eb5729b531be4e928a4be4dc039735fa7bc98 \
18                    size 3155650
19
20qt5.depends_build_component     qttools
21qt5.depends_runtime_component   qtimageformats
22
23post-configure {
24    system -W ${worksrcpath} "${qt_lrelease_cmd} ${name}.pro"
25}
26
27destroot {
28    copy ${worksrcpath}/GPXSee.app ${destroot}${applications_dir}
29}