mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
25 lines
626 B
Makefile
25 lines
626 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gdk3
|
|
PORTVERSION= 3.2.1
|
|
CATEGORIES= x11-toolkits rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby/GDK3 is a Ruby binding of GDK-3.x
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake
|
|
RUN_DEPENDS= rubygem-cairo-gobject>=${PORTVERSION}:devel/rubygem-cairo-gobject \
|
|
rubygem-gdk_pixbuf2>=${PORTVERSION}:graphics/rubygem-gdk_pixbuf2 \
|
|
rubygem-gobject-introspection>=${PORTVERSION}:devel/rubygem-gobject-introspection \
|
|
rubygem-pango>=${PORTVERSION}:x11-toolkits/rubygem-pango
|
|
|
|
NO_ARCH= yes
|
|
USE_GNOME= gtk30
|
|
USE_RUBY= yes
|
|
USES= gem gnome
|
|
|
|
.include <bsd.port.mk>
|