freebsd-ports/graphics/rubygem-clutter-gtk/Makefile
Po-Chuan Hsieh c2ac094825
graphics/rubygem-clutter-gtk: Update to 4.0.8
- Update version requirement of RUN_DEPENDS
- Update WWW and clean up pkg-descr

Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-01-30 21:01:50 +08:00

25 lines
703 B
Makefile

PORTNAME= clutter-gtk
PORTVERSION= 4.0.8
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby binding of Clutter-GTK
WWW= https://ruby-gnome.github.io/ \
https://github.com/ruby-gnome/ruby-gnome
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake
LIB_DEPENDS= libclutter-gtk-1.0.so:graphics/clutter-gtk3
RUN_DEPENDS= rubygem-clutter>=${PORTVERSION}<${PORTVERSION}_99:graphics/rubygem-clutter \
rubygem-clutter-gdk>=${PORTVERSION}<${PORTVERSION}_99:graphics/rubygem-clutter-gdk \
rubygem-gtk3>=${PORTVERSION}<${PORTVERSION}_99:x11-toolkits/rubygem-gtk3
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>