freebsd-ports/graphics/rubygem-clutter/Makefile

22 lines
521 B
Makefile

# $FreeBSD$
PORTNAME= clutter
PORTVERSION= 3.0.8
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>