c02cda76c0
Update all rubygem-gnome2 and related ports to 2.2.3 While here, mark rubygem-glib2 as broken with Ruby 2.1
19 lines
495 B
Makefile
19 lines
495 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= clutter
|
|
PORTVERSION= 2.2.3
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby binding for Clutter
|
|
|
|
RUN_DEPENDS= rubygem-gobject-introspection>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-gobject-introspection \
|
|
rubygem-cairo-gobject>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-cairo-gobject
|
|
LIB_DEPENDS= libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|