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

PORTNAME=   atk
PORTVERSION=    3.0.7
CATEGORIES= accessibility rubygems
MASTER_SITES=   RG

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

LICENSE=    LGPL21+

RUN_DEPENDS=    rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2

USE_GNOME=  atk
USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>