c334d954be
Changes: * Fixed serious bugs (depends on GC) * Support GTK+-2.10 and the latest version of each libraries. * Don't include Ruby/GStreamer and Ruby/Libgda. We cancel to support Ruby/GStreamer and Ruby/Libgda. * Cancel to support ruby-1.6.x and GTK+-2.4 or earlier.
22 lines
752 B
Makefile
22 lines
752 B
Makefile
# $NetBSD: Makefile,v 1.7 2007/01/29 06:42:34 minskim Exp $
|
|
#
|
|
|
|
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtk-${VERSION}
|
|
COMMENT= Ruby binding of GTK+-2.x
|
|
CATEGORIES= x11
|
|
|
|
CONFLICTS+= ruby-gnome2-gtk-[0-9]*
|
|
|
|
RUBY_EXTCONF_SUBDIRS= gtk
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-atk>=${VERSION}:../../devel/ruby-gnome2-atk
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf>=${VERSION}:../../graphics/ruby-gnome2-gdkpixbuf
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/ruby-gnome2-pango/buildlink3.mk"
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
|