Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
21 lines
608 B
Makefile
21 lines
608 B
Makefile
# $NetBSD: Makefile,v 1.12 2010/06/13 22:44:44 wiz Exp $
|
|
#
|
|
|
|
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf-${VERSION}
|
|
COMMENT= Ruby binding of GdkPixbuf-2.x
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics devel
|
|
|
|
CONFLICTS+= ruby-gnome2-gdkpixbuf-[0-9]*
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
RUBY_EXTCONF_SUBDIRS= gdkpixbuf
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../graphics/ruby-rcairo/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
|