19 lines
343 B
Makefile
19 lines
343 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= atk
|
|
PORTVERSION= 2.0.2
|
|
CATEGORIES= accessibility rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby binding for ATK
|
|
|
|
RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
|
|
|
|
NO_STAGE= yes
|
|
USE_GNOME= atk
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|