efd4c6c7c5
== Ruby-GNOME2 0.18.1: 2008-10-23 This release is bug fix release of 0.18.0. === Changes Ruby/GTK2: * fix a bug that init function is deleted. [Kouhei Sutou]
22 lines
813 B
Makefile
22 lines
813 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/10/28 13:43:57 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_API_DEPENDS.ruby-gnome2-glib+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}
|
|
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"
|