mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 21:41:27 -04:00
18 lines
546 B
Makefile
18 lines
546 B
Makefile
# $NetBSD: Makefile,v 1.50 2014/01/14 12:01:51 obache Exp $
|
|
#
|
|
|
|
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-rsvg-${VERSION}
|
|
COMMENT= Ruby binding of librsvg
|
|
CATEGORIES= graphics
|
|
|
|
CONFLICTS+= ruby[0-9][0-9]-gnome2-rsvg-[0-9]*
|
|
|
|
RUBY_EXTCONF_SUBDIRS= rsvg2
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf>=${VERSION}:../../graphics/ruby-gnome2-gdkpixbuf
|
|
|
|
.include "../../graphics/librsvg/buildlink3.mk"
|
|
.include "../../graphics/ruby-rcairo/buildlink3.mk"
|
|
.include "../../devel/ruby-pkg-config/tool.mk"
|
|
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
|