diff options
Diffstat (limited to 'devel/ruby-gnome2-bonoboui/Makefile')
-rw-r--r-- | devel/ruby-gnome2-bonoboui/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/ruby-gnome2-bonoboui/Makefile b/devel/ruby-gnome2-bonoboui/Makefile new file mode 100644 index 00000000000..7cfb034b9e6 --- /dev/null +++ b/devel/ruby-gnome2-bonoboui/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2008/09/17 00:21:49 obache Exp $ +# + +PKGNAME= ${RUBY_PKGPREFIX}-gnome2-bonoboui-${VERSION} +COMMENT= Ruby binding of libbonoboui-2.x or later +CATEGORIES= devel + +PKG_DESTDIR_SUPPORT= user-destdir + +RUBY_EXTCONF_SUBDIRS= bonoboui + +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gnome>=${VERSION}:../../x11/ruby-gnome2-gnome +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk +USE_TOOLS+= pkg-config + +.include "../../x11/gtk2/buildlink3.mk" +BUILDLINK_DEPMETHOD.ruby-gnome2-glib= build +.include "../../devel/ruby-gnome2-glib/buildlink3.mk" +.include "../../devel/libbonoboui/buildlink3.mk" +.include "../../devel/libgnomeui/buildlink3.mk" +.include "../../meta-pkgs/ruby-gnome2/Makefile.common" |