Ticket #57186: 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 6.0
8categories          gis graphics
9platforms           darwin
10license             GPL-3
11maintainers         {@sikmir gmail.com:sikmir} openmaintainer
12
13description         GPS log file viewer and analyzer
14long_description    GPXSee is a Qt-based GPS log file viewer and analyzer \
15                    that supports GPX, TCX, KML, FIT, IGC, NMEA, SLF, LOC and OziExplorer files.
16
17homepage            http://www.gpxsee.org/
18
19checksums           rmd160  bea4a4e663dda288d08f7dba3a51aa17ec348cca \
20                    sha256  d423dfa10184a0af80b736302738581cead573c7e2ef9770ecf7233567a4bb2f \
21                    size    3857515
22
23qt5.depends_build_component     qttools
24qt5.depends_runtime_component   qtimageformats
25
26post-configure {
27    system -W ${worksrcpath} "${qt_lrelease_cmd} ${name}.pro"
28}
29
30destroot {
31    copy ${worksrcpath}/GPXSee.app ${destroot}${applications_dir}
32}