c80e22a808
As the version number shows there are no big changes. The most interesting are the two median filters for tracks. The first one is optional and will smooth the elevation to give you better values for the ascend and descend. The second one one is used for the speed over distance plot. As median filters are no linear filters the result is much better for the non linear character of an optimized track. With this release Albrecht's optimizations for the map edit/create dialogs are becoming official. Something all netbook users will appreciate. OK jasper@
32 lines
838 B
Makefile
32 lines
838 B
Makefile
# $OpenBSD: Makefile,v 1.7 2011/09/16 13:08:48 sebastia Exp $
|
|
|
|
VMEM_WARNING = yes
|
|
COMMENT = garmin gps map management tool
|
|
|
|
DISTNAME = qlandkartegt-1.2.3
|
|
CATEGORIES = geo x11
|
|
|
|
HOMEPAGE = http://www.qlandkarte.org/
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=qlandkartegt/}
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = devel/cmake x11/qt4
|
|
WANTLIB += GL GLU ICE SM X11 Xext c m pthread stdc++ z gdal gps>=19
|
|
WANTLIB += exif QtDBus QtGui QtNetwork QtOpenGL QtSql QtXml QtCore proj
|
|
WANTLIB += QtWebKit QtXmlPatterns phonon jpeg
|
|
LIB_DEPENDS += devel/proj \
|
|
x11/qt4 \
|
|
graphics/libexif \
|
|
geo/gdal \
|
|
misc/gpsd>=2.95
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
geo/garmindev
|
|
|
|
.include <bsd.port.mk>
|