1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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>
This commit is contained in:
Akinori MUSHA 2004-04-09 14:11:59 +00:00
parent f9f3d12e3d
commit 1e64d87cb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106572
4 changed files with 52 additions and 0 deletions

View File

@ -13,5 +13,6 @@
SUBDIR += gok
SUBDIR += kdeaccessibility
SUBDIR += linux-atk
SUBDIR += ruby-atk
.include <bsd.port.subdir.mk>

View File

@ -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>

View File

@ -0,0 +1,3 @@
Ruby/ATK is a Ruby binding for ATK.
WWW: http://ruby-gnome2.sourceforge.jp/

View File

@ -0,0 +1,5 @@
%%RUBY_SITEARCHLIBDIR%%/atk.so
%%RUBY_SITELIBDIR%%/atk.rb
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%