2021-01-02 09:47:48 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2021/01/02 09:47:48 landry Exp $
|
Import gpxsee 7.19.
GPXSee is a GPS log file viewer and analyzer that supports all common GPS log
file formats.
* User-definable online maps (OpenStreetMap/Google tiles, WMTS, WMS, TMS,..)
* Offline maps (OziExplorer maps, TrekBuddy maps/atlases, Garmin IMG & JNX
maps, TwoNav RMaps, GeoTIFF images, MBTiles)
* Elevation, speed, heart rate, cadence, power, temperature and gear
ratio/shifts graphs
* Support for POI files
* Print/export to PDF
* Multiple tracks in one view
ok solene@
2020-01-23 08:20:43 +00:00
|
|
|
|
|
|
|
COMMENT = gpx file viewer
|
|
|
|
|
|
|
|
GH_PROJECT = GPXSee
|
|
|
|
GH_ACCOUNT = tumic0
|
2021-01-02 09:47:48 +00:00
|
|
|
GH_TAGNAME = 8.0
|
Import gpxsee 7.19.
GPXSee is a GPS log file viewer and analyzer that supports all common GPS log
file formats.
* User-definable online maps (OpenStreetMap/Google tiles, WMTS, WMS, TMS,..)
* Offline maps (OziExplorer maps, TrekBuddy maps/atlases, Garmin IMG & JNX
maps, TwoNav RMaps, GeoTIFF images, MBTiles)
* Elevation, speed, heart rate, cadence, power, temperature and gear
ratio/shifts graphs
* Support for POI files
* Print/export to PDF
* Multiple tracks in one view
ok solene@
2020-01-23 08:20:43 +00:00
|
|
|
PKGNAME = ${DISTNAME:L}
|
|
|
|
|
|
|
|
CATEGORIES = geo x11
|
|
|
|
|
|
|
|
HOMEPAGE = https://www.gpxsee.org
|
|
|
|
MAINTAINER = Landry Breuil <landry@openbsd.org>
|
|
|
|
|
|
|
|
# GPLv3
|
|
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = devel/qmake x11/qt5
|
|
|
|
|
|
|
|
RUN_DEPENDS+= devel/desktop-file-utils
|
|
|
|
RUN_DEPENDS += misc/shared-mime-info
|
2021-01-02 09:47:48 +00:00
|
|
|
RUN_DEPENDS += x11/gtk+3,-guic
|
Import gpxsee 7.19.
GPXSee is a GPS log file viewer and analyzer that supports all common GPS log
file formats.
* User-definable online maps (OpenStreetMap/Google tiles, WMTS, WMS, TMS,..)
* Offline maps (OziExplorer maps, TrekBuddy maps/atlases, Garmin IMG & JNX
maps, TwoNav RMaps, GeoTIFF images, MBTiles)
* Elevation, speed, heart rate, cadence, power, temperature and gear
ratio/shifts graphs
* Support for POI files
* Print/export to PDF
* Multiple tracks in one view
ok solene@
2020-01-23 08:20:43 +00:00
|
|
|
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} GL Qt5Concurrent Qt5Core Qt5Gui
|
|
|
|
WANTLIB += Qt5Network Qt5PrintSupport Qt5Sql Qt5Widgets c m
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|