diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-04-09 14:11:59 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-04-09 14:11:59 +0000 |
commit | 1e64d87cb0c284c63ce8f9747acecb62567fcf2d (patch) | |
tree | 85036b7670d988408fbce535d23371f708f775aa /accessibility | |
parent | - Update the Ruby/GNOME2 suite to 0.9.1. (diff) |
Add ruby-atk, Ruby binding for ATK.
This is part of the Ruby/GNOME2 suite.
PR: ports/65270
Submitted by: Jeremy Messenger <mezz7@cox.net>
Notes
Notes:
svn path=/head/; revision=106572
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/Makefile | 1 | ||||
-rw-r--r-- | accessibility/ruby-atk/Makefile | 43 | ||||
-rw-r--r-- | accessibility/ruby-atk/pkg-descr | 3 | ||||
-rw-r--r-- | accessibility/ruby-atk/pkg-plist | 5 |
4 files changed, 52 insertions, 0 deletions
diff --git a/accessibility/Makefile b/accessibility/Makefile index b5c4a4bbc6d7..c5cc3a64acf3 100644 --- a/accessibility/Makefile +++ b/accessibility/Makefile @@ -13,5 +13,6 @@ SUBDIR += gok SUBDIR += kdeaccessibility SUBDIR += linux-atk + SUBDIR += ruby-atk .include <bsd.port.subdir.mk> diff --git a/accessibility/ruby-atk/Makefile b/accessibility/ruby-atk/Makefile new file mode 100644 index 000000000000..078c072fd877 --- /dev/null +++ b/accessibility/ruby-atk/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: Ruby/ATK +# Date created: 05 April 2004 +# Whom: Mezz <mezz7@cox.net> +# +# $FreeBSD$ +# + +PORTNAME= atk +PORTVERSION= ${RUBY_GNOME_PORTVERSION} +CATEGORIES= accessibility devel ruby +MASTER_SITES= ${RUBY_GNOME_MASTER_SITES} +MASTER_SITE_SUBDIR= ${RUBY_GNOME_MASTER_SITE_SUBDIR} +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DISTNAME= ${RUBY_GNOME_DISTNAME} +DIST_SUBDIR= ruby + +MAINTAINER= mezz7@cox.net +COMMENT= Ruby binding for ATK + +RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2 + +USE_RUBY= yes +USE_GNOME= atk +USE_RUBY_EXTCONF= yes +USE_XLIB= yes + +.include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" + +WRKSRC= ${RUBY_GNOME_WRKSRC}/atk +INSTALL_TARGET= site-install + +DOCS= ChangeLog \ + README + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${RUBY_MODDOCDIR} +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ +.endfor +.endif + +.include <bsd.port.mk> diff --git a/accessibility/ruby-atk/pkg-descr b/accessibility/ruby-atk/pkg-descr new file mode 100644 index 000000000000..4d889b1024b4 --- /dev/null +++ b/accessibility/ruby-atk/pkg-descr @@ -0,0 +1,3 @@ +Ruby/ATK is a Ruby binding for ATK. + +WWW: http://ruby-gnome2.sourceforge.jp/ diff --git a/accessibility/ruby-atk/pkg-plist b/accessibility/ruby-atk/pkg-plist new file mode 100644 index 000000000000..ea87729b62e2 --- /dev/null +++ b/accessibility/ruby-atk/pkg-plist @@ -0,0 +1,5 @@ +%%RUBY_SITEARCHLIBDIR%%/atk.so +%%RUBY_SITELIBDIR%%/atk.rb +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README +%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |