diff options
author | obache <obache@pkgsrc.org> | 2007-06-04 04:13:52 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-06-04 04:13:52 +0000 |
commit | 4910593d613d4babb0857643755f3ae09635e468 (patch) | |
tree | 6023654a16e6dfee8dac856aada278a348e9827b /graphics/rabbit/Makefile | |
parent | 71dc62c14723ed79a40818b784422d27ad2ae607 (diff) | |
download | pkgsrc-4910593d613d4babb0857643755f3ae09635e468.tar.gz |
Import rabbit version 0.5.2.
This is an application to do presentation with RD document.
Diffstat (limited to 'graphics/rabbit/Makefile')
-rw-r--r-- | graphics/rabbit/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/rabbit/Makefile b/graphics/rabbit/Makefile new file mode 100644 index 00000000000..f3eb9c7c8e5 --- /dev/null +++ b/graphics/rabbit/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/06/04 04:13:53 obache Exp $ +# + +DISTNAME= rabbit-0.5.2 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= graphics ruby +MASTER_SITES= http://www.cozmixng.org/~kou/download/ + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://www.cozmixng.org/~rwiki/?cmd=view;name=Rabbit +COMMENT= Application to do presentation with RD document + +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=0.16.0:../../x11/ruby-gnome2-gtk +DEPENDS+= ${RUBY_PKGPREFIX}-rdtool>=0.6.20:../../textproc/ruby-rdtool + +USE_RUBY_SETUP= yes +REPLACE_RUBY= bin/rabbit bin/rabbit-theme-manager bin/rabrick + +do-test: + cd ${WRKSRC:Q} && ${RUBY} test/run-test.rb + +.include "../../lang/ruby/modules.mk" +.include "../../mk/bsd.pkg.mk" |