cf1e7cb258
Also retire from maintainership of packages that I don't need and have less motivation.
21 lines
715 B
Makefile
21 lines
715 B
Makefile
# $NetBSD: Makefile,v 1.43 2017/06/11 05:51:40 tsutsui Exp $
|
|
#
|
|
|
|
DISTNAME= gdk_pixbuf2-${VERSION}
|
|
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf-${VERSION}
|
|
COMMENT= Ruby binding of GdkPixbuf-2.x
|
|
CATEGORIES= graphics devel
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
|
|
CONFLICTS+= ruby-gnome2-gdkpixbuf-[0-9]*
|
|
CONFLICTS+= ruby[0-9][0-9]-gnome2-gdkpixbuf-[0-9]*
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gio>=${VERSION}:../../devel/ruby-gnome2-gio
|
|
DEPENDS+= gdk-pixbuf2>=2.36.4:../../graphics/gdk-pixbuf2
|
|
|
|
.include "../../devel/ruby-gnome2-gio/buildlink3.mk"
|
|
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
|
|
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|