summaryrefslogtreecommitdiff
path: root/geography/libchamplain04/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2010-07-26 11:05:26 +0000
committerdrochner <drochner>2010-07-26 11:05:26 +0000
commit9537e55ed11e3f365850970803d84569e662dc79 (patch)
tree0948cd327fb6dbf822fdcc59db156ca7f0435513 /geography/libchamplain04/Makefile
parentf9cc3a59b0d1f7b50c9af69470b82b8e011c91b9 (diff)
downloadpkgsrc-9537e55ed11e3f365850970803d84569e662dc79.tar.gz
add libchamplain04-0.4.6, a GTK map widget
(the current stable version)
Diffstat (limited to 'geography/libchamplain04/Makefile')
-rw-r--r--geography/libchamplain04/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/geography/libchamplain04/Makefile b/geography/libchamplain04/Makefile
new file mode 100644
index 00000000000..51bb2af8379
--- /dev/null
+++ b/geography/libchamplain04/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/07/26 11:05:26 drochner Exp $
+#
+
+DISTNAME= libchamplain-0.4.6
+PKGNAME= libchamplain04-0.4.6
+CATEGORIES= geography
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libchamplain/0.4/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://projects.gnome.org/libchamplain/
+COMMENT= Map widget
+#LICENSE= # TODO: (see mk/license.mk)
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config gmake
+
+PKGCONFIG_OVERRIDE+= champlain-gtk.pc.in
+PKGCONFIG_OVERRIDE+= champlain.pc.in
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../graphics/clutter-gtk/buildlink3.mk"
+.include "../../databases/sqlite3/buildlink3.mk"
+.include "../../net/libsoup24/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"