pkgsrc/devel/ruby-gnome2-pango/Makefile
minskim c334d954be Update ruby-gnome2* to 0.16.0.
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.
2007-01-29 06:42:33 +00:00

19 lines
477 B
Makefile

# $NetBSD: Makefile,v 1.6 2007/01/29 06:42:34 minskim Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-pango-${VERSION}
COMMENT= Ruby binding of pango-1.x
CATEGORIES= devel fonts
CONFLICTS+= ruby-gnome2-pango-[0-9]*
RUBY_EXTCONF_SUBDIRS= pango
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
USE_TOOLS+= pkg-config
INSTALL_TARGET= install
.include "../../devel/pango/buildlink3.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"