openbsd-ports/geo/gpxsee/Makefile
landry 703607cc43 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

26 lines
563 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2020/01/23 08:20:43 landry Exp $
COMMENT = gpx file viewer
GH_PROJECT = GPXSee
GH_ACCOUNT = tumic0
GH_TAGNAME = 7.19
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
WANTLIB += ${COMPILER_LIBCXX} GL Qt5Concurrent Qt5Core Qt5Gui
WANTLIB += Qt5Network Qt5PrintSupport Qt5Sql Qt5Widgets c m
.include <bsd.port.mk>