aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/rubygem-clutter/Makefile
blob: 17636da88944d13209363465d17de9fd6f179726 (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
# $FreeBSD$

PORTNAME=   clutter
PORTVERSION=    3.0.8
CATEGORIES= graphics rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Ruby binding for Clutter

LICENSE=    LGPL21+

LIB_DEPENDS=    libclutter-glx-1.0.so:graphics/clutter
RUN_DEPENDS=    rubygem-cairo-gobject>=${PORTVERSION}:devel/rubygem-cairo-gobject \
        rubygem-gobject-introspection>=${PORTVERSION}:devel/rubygem-gobject-introspection \
        rubygem-pango>=${PORTVERSION}:x11-toolkits/rubygem-pango

NO_ARCH=    yes
USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>