diff --git a/accessibility/Makefile b/accessibility/Makefile index b437bf764e0d..656c1066b048 100644 --- a/accessibility/Makefile +++ b/accessibility/Makefile @@ -34,6 +34,7 @@ SUBDIR += qt4-accessible SUBDIR += redshift SUBDIR += ruby-atk + SUBDIR += rubygem-atk SUBDIR += speech-dispatcher SUBDIR += yasr diff --git a/accessibility/rubygem-atk/Makefile b/accessibility/rubygem-atk/Makefile new file mode 100644 index 000000000000..77aafa244a0e --- /dev/null +++ b/accessibility/rubygem-atk/Makefile @@ -0,0 +1,18 @@ +# $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 + +USE_GNOME= atk +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include diff --git a/accessibility/rubygem-atk/distinfo b/accessibility/rubygem-atk/distinfo new file mode 100644 index 000000000000..bd77ccfceb79 --- /dev/null +++ b/accessibility/rubygem-atk/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/atk-2.0.2.gem) = b7a0baa60f4ce4f9071d527fa5e04867ffe77803d15d040f7d6f9bf8d835e96b +SIZE (rubygem/atk-2.0.2.gem) = 18944 diff --git a/accessibility/rubygem-atk/pkg-descr b/accessibility/rubygem-atk/pkg-descr new file mode 100644 index 000000000000..4d889b1024b4 --- /dev/null +++ b/accessibility/rubygem-atk/pkg-descr @@ -0,0 +1,3 @@ +Ruby/ATK is a Ruby binding for ATK. + +WWW: http://ruby-gnome2.sourceforge.jp/