pkgsrc/geography/viking/Makefile
gdt 9c770ffd59 Update to 1.5.1
Viking 1.5.1.0 (2013-03-16)
Bug Fix Release
* [WINDOWS] Ensure an icon is embedded in the executable.
* [WINDOWS] Fix opening URLs in Windows build only.
* Shift code around to reduce dependencies required for DEM access.
* SF Bugs#105: Fix Display of Lines (Clipping) at High Zoom Levels.
* Remove built in OpenStreetBugs datasource as this service is being phased out.
* Isolate Viking specific code in otherwise reusable code.
* Fix DEM layer URL reference output.
* Remove mistaken need to change directory.
* Remove repeating of built in types in data files.
* External tools don't use ids
* Skip etag files in mbtile converter tool
* Fix crashing when copying layers with null strings as parameters.
* Fix translatable string with variable argument
* Fix 'export_to_common' dialog
* Fix needing to calculate bounds of *both* tracks when a track is split via the marker.
* Fix vik_track_get_length_to_trackpoint() so with the first track point it returns zero, not the entire track length!
* Fix opening files on command line in different directories.
* Move man files from doc to help directory so they will be included in the output from make distcheck.
* Update spec file
* [QA] Remove build references to things that don't exist anymore.
* SF Bugs #104: Fix GStatBuf not available on Glib < 2.26
* Fix the display of speed in statusbar output.
2014-11-23 17:17:46 +00:00

42 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.59 2014/11/23 17:17:46 gdt Exp $
#
VERSION= 1.5.1
DISTNAME= viking-${VERSION}
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/}${VERSION}/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://viking.sourceforge.net/
COMMENT= Viking manages GPS data, supports OpenStreetMap and geocaching
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
TEST_TARGET= check
CONFIGURE_ARGS+= --disable-magic
# Perhaps optionize use of gpsd (remove bl3, add this).
# CONFIGURE_ARGS+= --disable-realtime-gps-tracking
DEPENDS+= gpsbabel-[0-9]*:../../geography/gpsbabel
DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
REPLACE_PERL= viking-remote
USE_TOOLS+= gmake intltool msgfmt pkg-config
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/libexif/buildlink3.mk"
.include "../../geography/gpsd/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/perl5/buildlink3.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"