14215633d2
requested by Thomas Klausner.
20 lines
602 B
Makefile
20 lines
602 B
Makefile
# $NetBSD: Makefile,v 1.23 2012/10/02 17:11:18 tron Exp $
|
|
#
|
|
|
|
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-goocanvas-${VERSION}
|
|
COMMENT= Ruby binding of GooCanvas
|
|
PKGREVISION= 3
|
|
CATEGORIES= graphics gnome
|
|
|
|
CONFLICTS+= ruby[0-9][0-9]-gnome2-goocanvas-[0-9]*
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
RUBY_EXTCONF_SUBDIRS= goocanvas
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk
|
|
|
|
.include "../../graphics/goocanvas/buildlink3.mk"
|
|
.include "../../graphics/ruby-rcairo/buildlink3.mk"
|
|
.include "../../devel/ruby-pkg-config/tool.mk"
|
|
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
|