pkgsrc/graphics/rabbit/Makefile
obache 9963456626 Update Rabbit to 0.5.8.
== Changes 0.5.8 from 0.5.7: 2008-10-18

  * Improvements
    * supported Clutter
      * supported page transition
      * supported new comment view that flow comments on a slide.
    * supported IRC backend
      * RabbIRC (akira yamada)
  * Theme
    * added shadow to quote marks
    * try to use Hiragino font if available
    * add a new theme
      * newline-in-slides: supports '\n' newline notation
  * Bug fixes
    * fixed too much grabbed problem on magnifier mode
    * reworked Tofu backend
    * fixed a problem that was reported on Asakusa.rb
2008-10-23 12:23:34 +00:00

34 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.11 2008/10/23 12:23:34 obache Exp $
#
DISTNAME= rabbit-0.5.8
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
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=0.16.0:../../x11/ruby-gnome2-gtk
DEPENDS+= ${RUBY_PKGPREFIX}-rdtool>=0.6.20:../../textproc/ruby-rdtool
DEPENDS+= ${RUBY_PKGPREFIX}-rttool>=1.0.2:../../textproc/ruby-rttool
DEPENDS+= ${RUBY_PKGPREFIX}-net-irc>=0.0.5:../../chat/ruby-net-irc
USE_RUBY_SETUP= yes
REPLACE_RUBY= bin/rabbit bin/rabbit-theme-manager bin/rabrick
CONFIGURE_ARGS+= --siteruby=${PREFIX}/${RUBY_VENDORLIB_BASE} \
--siterubyver=${PREFIX}/${RUBY_VENDORLIB} \
--siterubyverarch=${PREFIX}/${RUBY_VENDORARCHLIB}
post-install:
rm -f ${DESTDIR}${PREFIX}/bin/rabbit.bat
do-test:
cd ${WRKSRC} && ${RUBY} test/run-test.rb
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"