aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-clutter-gtk/Makefile
blob: 0c148e77666b313257a1e0ec943bf4dec6bc54fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

PORTNAME=	clutter-gtk
PORTVERSION=	3.4.3
CATEGORIES=	graphics rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby binding to Clutter-GTK

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}:graphics/rubygem-clutter \
		rubygem-clutter-gdk>=${PORTVERSION}:graphics/rubygem-clutter-gdk \
		rubygem-gtk3>=${PORTVERSION}:x11-toolkits/rubygem-gtk3

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>