summaryrefslogtreecommitdiff
path: root/x11-toolkits/rubygem-gsk4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/rubygem-gsk4/Makefile')
-rw-r--r--x11-toolkits/rubygem-gsk4/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-toolkits/rubygem-gsk4/Makefile b/x11-toolkits/rubygem-gsk4/Makefile
new file mode 100644
index 000000000000..30cb1eeb666b
--- /dev/null
+++ b/x11-toolkits/rubygem-gsk4/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= gsk4
+PORTVERSION= 4.3.3
+CATEGORIES= x11-toolkits rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Ruby binding of GSK 4
+WWW= https://ruby-gnome.github.io/ \
+ https://github.com/ruby-gnome/ruby-gnome
+
+LICENSE= LGPL21+
+LICENSE_FILE= ${WRKSRC}/COPYING.LIB
+
+RUN_DEPENDS= rubygem-gdk4>=${PORTVERSION}<${PORTVERSION}_99:x11-toolkits/rubygem-gdk4 \
+ rubygem-graphene1>=${PORTVERSION}<${PORTVERSION}_99:graphics/rubygem-graphene1
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>