summaryrefslogtreecommitdiff
path: root/graphics/goocanvas/Makefile
diff options
context:
space:
mode:
authorobache <obache>2008-10-22 10:27:17 +0000
committerobache <obache>2008-10-22 10:27:17 +0000
commitf7f038802b3fe301c2535223b9cdaeba7f3c827d (patch)
tree399369c5dde87b6148e82ca85548cb6f74fdd5c0 /graphics/goocanvas/Makefile
parent9d5c9da18169ca94677f8e84349f6a48f0e10fc7 (diff)
downloadpkgsrc-f7f038802b3fe301c2535223b9cdaeba7f3c827d.tar.gz
Import goocanvas-0.12 as graphics/goocanvas.
GooCanvas is similar in many ways to GnomeCanvas and FooCanvas. But it uses cairo for rendering, has an optional model/view split, and uses interfaces for items & models (so you can easily turn any application object into a canvas item or model).
Diffstat (limited to 'graphics/goocanvas/Makefile')
-rw-r--r--graphics/goocanvas/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/goocanvas/Makefile b/graphics/goocanvas/Makefile
new file mode 100644
index 00000000000..1c603f3b07b
--- /dev/null
+++ b/graphics/goocanvas/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/10/22 10:27:17 obache Exp $
+#
+
+DISTNAME= goocanvas-0.12
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goocanvas/0.12/}
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://live.gnome.org/GooCanvas
+COMMENT= Cairo-based canvas widget for GTK+
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+USE_PKGLOCALEDIR= yes
+
+PKGCONFIG_OVERRIDE+= goocanvas.pc.in
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../graphics/cairo/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"