ports/graphics/rubygem-clutter/Makefile

24 lines
629 B
Makefile

PORTNAME= clutter
PORTVERSION= 4.0.3
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby binding of Clutter
WWW= https://ruby-gnome.github.io/
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake
LIB_DEPENDS= libclutter-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
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>