pkgsrc/devel/ruby-gnome2-pango/Makefile
obache 3a7eb9802e Fix build problem with recent pango, pango_glyph_item_get_type() was defined.
Patch taken from upstream SVN repository Revision 2839.
2008-04-28 14:38:51 +00:00

22 lines
581 B
Makefile

# $NetBSD: Makefile,v 1.8 2008/04/28 14:38:51 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-pango-${VERSION}
PKGREVISION= 1
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
DISTINFO_FILE?= ${.CURDIR}/distinfo
INSTALL_TARGET= install
.include "../../devel/pango/buildlink3.mk"
.include "../../graphics/ruby-rcairo/buildlink3.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"