mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
22 lines
374 B
Makefile
22 lines
374 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= atk
|
|
PORTVERSION= 3.2.9
|
|
CATEGORIES= accessibility rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby binding for ATK
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake
|
|
RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:devel/rubygem-glib2
|
|
|
|
NO_ARCH= yes
|
|
USE_GNOME= atk
|
|
USE_RUBY= yes
|
|
USES= gem gnome
|
|
|
|
.include <bsd.port.mk>
|