summaryrefslogtreecommitdiff
path: root/graphics/rubygem-gdk_pixbuf2/Makefile
blob: 1c7f9e691c197ae4e7820fe784e05b318ea116ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	gdk_pixbuf2
PORTVERSION=	4.2.9
CATEGORIES=	graphics rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby binding of GdkPixbuf 2.x
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
RUN_DEPENDS=	rubygem-gio2>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-gio2

USES=		gem gnome
USE_GNOME=	gdkpixbuf

NO_ARCH=	yes

.include <bsd.port.mk>