cf1e7cb258
Also retire from maintainership of packages that I don't need and have less motivation.
17 lines
613 B
Makefile
17 lines
613 B
Makefile
# $NetBSD: Makefile,v 1.10 2017/06/11 05:51:41 tsutsui Exp $
|
|
#
|
|
|
|
DISTNAME= webkit-gtk2-${VERSION}
|
|
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME}
|
|
COMMENT= Ruby binding of WebKitGTK+ for GTK2+
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gobject-introspection>=${VERSION}:../../devel/ruby-gnome2-gobject-introspection
|
|
DEPENDS+= webkit24-gtk>=1.10.2nb8:../../www/webkit24-gtk
|
|
|
|
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|