15 lines
409 B
Makefile
15 lines
409 B
Makefile
# $NetBSD: Makefile,v 1.4 2006/04/17 13:46:35 wiz Exp $
|
|
#
|
|
|
|
PKGNAME= ruby-gnome2-gdkpixbuf-${VERSION}
|
|
COMMENT= Ruby binding of GdkPixbuf-2.x
|
|
PKGREVISION= 3
|
|
CATEGORIES= graphics devel
|
|
|
|
RUBY_EXTCONF_SUBDIRS= gdkpixbuf
|
|
|
|
DEPENDS+= ruby-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
|