20 lines
594 B
Makefile
20 lines
594 B
Makefile
# $NetBSD: Makefile,v 1.25 2011/11/01 06:01:46 sbd Exp $
|
|
#
|
|
|
|
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-rsvg-${VERSION}
|
|
COMMENT= Ruby binding of librsvg
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics
|
|
|
|
CONFLICTS+= ruby[0-9][0-9]-gnome2-rsvg-[0-9]*
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|