23 lines
538 B
Makefile
23 lines
538 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gtksourceview3
|
|
PORTVERSION= 3.0.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-toolkits rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
RUN_DEPENDS= rubygem-gobject-introspection>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-gobject-introspection \
|
|
rubygem-gtk3>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtk3
|
|
|
|
NO_ARCH= yes
|
|
USE_GNOME= gtksourceview3
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|