diff options
author | gdt <gdt@pkgsrc.org> | 2009-03-11 14:18:30 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2009-03-11 14:18:30 +0000 |
commit | 68501c8a22082271dbedeb2b078a261dd6ac8c90 (patch) | |
tree | d28a7dfd65aadfc0f19ec499bc6100ab2f3769b2 /geography/viking/Makefile | |
parent | b9feab633548594cac02999f2e3c44146fe72ce6 (diff) | |
download | pkgsrc-68501c8a22082271dbedeb2b078a261dd6ac8c90.tar.gz |
Viking is a free/open source program to manage GPS data. You can import and
plot tracks and waypoints, show Open Street Maps and/or Terraserver maps under
it, download geocaches for an area on the map, make new tracks and waypoints,
see real-time GPS position, etc.
Diffstat (limited to 'geography/viking/Makefile')
-rw-r--r-- | geography/viking/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/geography/viking/Makefile b/geography/viking/Makefile new file mode 100644 index 00000000000..d7864187361 --- /dev/null +++ b/geography/viking/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/03/11 14:18:30 gdt Exp $ +# + +DISTNAME= viking-0.9.8 +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 + +DEPENDS+= gpsbabel-[0-9]*:../../geography/gpsbabel +REPLACE_PERL= viking-remote + +USE_TOOLS+= intltool +USE_TOOLS+= gmake +USE_TOOLS+= msgfmt + +USE_DIRS+= xdg-1.4 + +.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" |