summaryrefslogtreecommitdiff
path: root/geography/osm-gps-map/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'geography/osm-gps-map/Makefile')
-rw-r--r--geography/osm-gps-map/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/geography/osm-gps-map/Makefile b/geography/osm-gps-map/Makefile
new file mode 100644
index 00000000000..91d2862abea
--- /dev/null
+++ b/geography/osm-gps-map/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2015/07/13 02:31:55 rodent Exp $
+
+DISTNAME= osm-gps-map-1.0.2
+CATEGORIES= geography
+MASTER_SITES= ${MASTER_SITE_GITHUB:=nzjrs/}
+GITHUB_RELEASE= 1.0.2
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= ${MASTER_SITE_GITHUB:=nzjrs/osm-gps-map/}
+COMMENT= Gtk+ Widget for Displaying OpenStreetMap tiles
+LICENSE= gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake pkg-config
+
+PKGCONFIG_OVERRIDE+= osmgpsmap-1.0.pc.in
+
+CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc
+
+.include "../../devel/pango/buildlink3.mk"
+.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
+.include "../../graphics/cairo-gobject/buildlink3.mk"
+.include "../../devel/atk/buildlink3.mk"
+.include "../../devel/gobject-introspection/buildlink3.mk"
+.include "../../net/libsoup/buildlink3.mk"
+.include "../../graphics/cairo/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"