cf1e7cb258
Also retire from maintainership of packages that I don't need and have less motivation.
17 lines
606 B
Makefile
17 lines
606 B
Makefile
# $NetBSD: Makefile,v 1.5 2017/06/11 05:51:40 tsutsui Exp $
|
|
#
|
|
|
|
DISTNAME= clutter-gdk-${VERSION}
|
|
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME}
|
|
COMMENT= Ruby binding of GDK specific API of Clutter
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-clutter>=${VERSION}:../../graphics/ruby-gnome2-clutter
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gdk3>=${VERSION}:../../graphics/ruby-gnome2-gdk3
|
|
|
|
.include "../../graphics/clutter-gtk/buildlink3.mk"
|
|
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|