cf1e7cb258
Also retire from maintainership of packages that I don't need and have less motivation.
19 lines
603 B
Makefile
19 lines
603 B
Makefile
# $NetBSD: Makefile,v 1.52 2017/06/11 05:51:41 tsutsui Exp $
|
|
#
|
|
|
|
DISTNAME= gtksourceview2-${VERSION}
|
|
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME}
|
|
COMMENT= Ruby binding of gtksourceview2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
CONFLICTS+= ruby[0-9][0-9]-gnome2-gtksourceview2-[0-9]*
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk
|
|
|
|
.include "../../x11/gtksourceview2/buildlink3.mk"
|
|
.include "../../x11/ruby-gnome2-gtk/buildlink3.mk"
|
|
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|