Files
ports/graphics/rubygem-clutter/Makefile
Steve Wills d278c5733f x11/rubygem-gnome2: update to 3.1.0
Update x11/rubygem-gnome2 and friends to 3.1.0
2017-01-01 18:57:52 +00:00

23 lines
521 B
Makefile

# $FreeBSD$
PORTNAME= clutter
PORTVERSION= 3.1.0
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby binding for Clutter
LICENSE= LGPL21+
LIB_DEPENDS= libclutter-glx-1.0.so:graphics/clutter
RUN_DEPENDS= rubygem-cairo-gobject>=${PORTVERSION}:devel/rubygem-cairo-gobject \
rubygem-gobject-introspection>=${PORTVERSION}:devel/rubygem-gobject-introspection \
rubygem-pango>=${PORTVERSION}:x11-toolkits/rubygem-pango
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>