mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Ruby/ATK is a Ruby binding for ATK.
WWW: http://ruby-gnome2.sourceforge.jp/ PR: ports/173379 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
This commit is contained in:
parent
a23946eac2
commit
39b379ea84
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320376
@ -34,6 +34,7 @@
|
||||
SUBDIR += qt4-accessible
|
||||
SUBDIR += redshift
|
||||
SUBDIR += ruby-atk
|
||||
SUBDIR += rubygem-atk
|
||||
SUBDIR += speech-dispatcher
|
||||
SUBDIR += yasr
|
||||
|
||||
|
18
accessibility/rubygem-atk/Makefile
Normal file
18
accessibility/rubygem-atk/Makefile
Normal file
@ -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 <bsd.port.mk>
|
2
accessibility/rubygem-atk/distinfo
Normal file
2
accessibility/rubygem-atk/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/atk-2.0.2.gem) = b7a0baa60f4ce4f9071d527fa5e04867ffe77803d15d040f7d6f9bf8d835e96b
|
||||
SIZE (rubygem/atk-2.0.2.gem) = 18944
|
3
accessibility/rubygem-atk/pkg-descr
Normal file
3
accessibility/rubygem-atk/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Ruby/ATK is a Ruby binding for ATK.
|
||||
|
||||
WWW: http://ruby-gnome2.sourceforge.jp/
|
Loading…
Reference in New Issue
Block a user