summaryrefslogtreecommitdiff
path: root/geography/libchamplain08/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2011-04-14 15:52:51 +0000
committerdrochner <drochner@pkgsrc.org>2011-04-14 15:52:51 +0000
commit0f077d0789eddc3193aff06f6982a8e8636f8ceb (patch)
treecc61536e66226f431001029850fd2976b04bc7a3 /geography/libchamplain08/Makefile
parent0bead17adad051ab5fca69f57a4682f3b37413ac (diff)
downloadpkgsrc-0f077d0789eddc3193aff06f6982a8e8636f8ceb.tar.gz
add libchamplain08-0.8.3, the latest stable branch of the map widget
(the stable branches are mutually API incompatible but can be installed in parallel)
Diffstat (limited to 'geography/libchamplain08/Makefile')
-rw-r--r--geography/libchamplain08/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/geography/libchamplain08/Makefile b/geography/libchamplain08/Makefile
new file mode 100644
index 00000000000..9d8a2f6a5d7
--- /dev/null
+++ b/geography/libchamplain08/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/04/14 15:52:51 drochner Exp $
+#
+
+DISTNAME= libchamplain-0.8.3
+PKGNAME= libchamplain08-0.8.3
+CATEGORIES= geography
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libchamplain/0.8/}
+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-memphis.pc.in
+PKGCONFIG_OVERRIDE+= champlain.pc.in
+
+# XXX notyet
+#PLIST_VARS+= memphis
+#.include "../../geography/memphis/buildlink3.mk"
+#PLIST.memphis= yes
+
+.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"