aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/rubygem-clutter/Makefile
blob: 6e9e15e3a5fb1eeb79a4abf545dbf4dc85a1d389 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

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

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

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

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>