summaryrefslogtreecommitdiff
path: root/graphics/goocanvasmm/Makefile
diff options
context:
space:
mode:
authorobache <obache>2009-05-10 13:12:01 +0000
committerobache <obache>2009-05-10 13:12:01 +0000
commit33007654093c6dc3d9d0a9f2879be81b269bf34b (patch)
tree7d466200f31eb8daf78038e457dbd700b331734b /graphics/goocanvasmm/Makefile
parent48475a92f1fefc1b673db3c888920a1fc330f0af (diff)
downloadpkgsrc-33007654093c6dc3d9d0a9f2879be81b269bf34b.tar.gz
Import goocanvasmm-0.14.0 as graphics/goocanvasmm.
GooCanvasmm are the C++ bindings for GooCanvas which is a canvas widget for GTK+ that uses the cairo 2D library for drawing.
Diffstat (limited to 'graphics/goocanvasmm/Makefile')
-rw-r--r--graphics/goocanvasmm/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/graphics/goocanvasmm/Makefile b/graphics/goocanvasmm/Makefile
new file mode 100644
index 00000000000..14029d9db72
--- /dev/null
+++ b/graphics/goocanvasmm/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/05/10 13:12:01 obache Exp $
+#
+
+DISTNAME= goocanvasmm-0.14.0
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goocanvasmm/0.14/}
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://live.gnome.org/GooCanvas
+COMMENT= C++ wrappers for goocanvas
+
+LICENSE= gnu-lgpl-v2.1
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake pkg-config
+USE_LANGUAGES= c c++
+
+PKGCONFIG_OVERRIDE+= goocanvas/goocanvasmm-1.0.pc.in
+
+BUILDLINK_API_DEPENDS.glibmm+= glibmm>=2.14.2
+.include "../../devel/glibmm/buildlink3.mk"
+BUILDLINK_API_DEPENDS.goocanvas+= goocanvas>=0.14
+.include "../../graphics/goocanvas/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gtkmm+= gtkmm>=2.10.9
+.include "../../x11/gtkmm/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"