# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 119147 2014-04-18 06:09:50Z devans@macports.org $

PortSystem      1.0
PortGroup       github 1.0

github.setup    nzjrs osm-gps-map 1.0.2
license         GPL-2+
categories      graphics
maintainers     devans openmaintainer
platforms       darwin
homepage        http://nzjrs.github.com/${name}/

description     A GTK+ 3 widget for displaying OpenStreetMap tiles.

long_description \
                A GTK+ 3 widget that when given GPS co-ordinates, \
                draws a GPS track, and points of interest on a moving map display. \
                Downloads map data from a number of websites, including openstreetmap.org.

checksums       rmd160  443f81a06d3e040e6e07e107aec062322c3b713e \
                sha256  4bdfd922e3beb42126277a06e72fd7ee843935210459cc89a76b1f0b2e388870

depends_build   port:pkgconfig \
                port:autoconf \
                port:automake \
                port:libtool \
                port:gnome-common \
                port:gtk-doc

depends_lib     port:gtk3 \
                port:libsoup \
                port:gobject-introspection

patchfiles      patch-Makefile.am.diff

configure.cmd   ./autogen.sh

configure.args  --disable-silent-rules \
                --disable-gtk-doc
