freebsd-ports/graphics/rubygem-clutter-gdk/Makefile

21 lines
458 B
Makefile

PORTNAME= clutter-gdk
PORTVERSION= 4.0.3
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby binding of GDK-specific API of Clutter
WWW= https://ruby-gnome.github.io/
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
RUN_DEPENDS= rubygem-clutter>=${PORTVERSION}:graphics/rubygem-clutter \
rubygem-gdk3>=${PORTVERSION}:x11-toolkits/rubygem-gdk3
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>