f7e3438a5e
New features since 0.9.91: * Memorize previously selected go-to service. * Better scale when zoomed close in and in miles distance mode. * Add and use preference for height units. * Add and use preference for speed units. * Add and use preference for distance units. * Use a preference to set the tiles age. * New preference for default maplayer cache. * Improve DEM-Layer. * Remove OpenAerial support. Fixes since 0.9.91: * Fix: Correctly rotate thumbnail images * Fix #2958601: Support for non ascii characters in "Go-to" search * Fix error handling in go-to feature
31 lines
907 B
Makefile
31 lines
907 B
Makefile
# $NetBSD: Makefile,v 1.11 2010/03/15 22:58:40 gdt Exp $
|
|
#
|
|
|
|
DISTNAME= viking-0.9.92
|
|
CATEGORIES= geography
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/}
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://viking.sourceforge.net/
|
|
COMMENT= Viking manages GPS data, supports Open Street Map and geocaching
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
# Perhaps optionize use of gpsd (remove bl3, add this).
|
|
# CONFIGURE_ARGS+= --disable-realtime-gps-tracking
|
|
|
|
DEPENDS+= gpsbabel-[0-9]*:../../geography/gpsbabel
|
|
REPLACE_PERL= viking-remote
|
|
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../geography/gpsd/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../lang/perl5/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|