mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
Changes: https://github.com/ruby-gnome/ruby-gnome/releases https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
21 lines
525 B
Makefile
21 lines
525 B
Makefile
PORTNAME= clutter-gdk
|
|
PORTVERSION= 4.2.7
|
|
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/ \
|
|
https://github.com/ruby-gnome/ruby-gnome
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
|
|
|
RUN_DEPENDS= rubygem-clutter>=${PORTVERSION}<${PORTVERSION}_99:graphics/rubygem-clutter \
|
|
rubygem-gdk3>=${PORTVERSION}<${PORTVERSION}_99:x11-toolkits/rubygem-gdk3
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|