summaryrefslogtreecommitdiff
path: root/graphics/rabbit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/rabbit/Makefile')
-rw-r--r--graphics/rabbit/Makefile27
1 files changed, 14 insertions, 13 deletions
diff --git a/graphics/rabbit/Makefile b/graphics/rabbit/Makefile
index a87ee50f93f..396aa3fec84 100644
--- a/graphics/rabbit/Makefile
+++ b/graphics/rabbit/Makefile
@@ -1,34 +1,35 @@
-# $NetBSD: Makefile,v 1.29 2011/03/26 01:57:50 obache Exp $
+# $NetBSD: Makefile,v 1.30 2011/07/11 09:37:50 obache Exp $
#
-DISTNAME= rabbit-0.9.2
+DISTNAME= rabbit-0.9.3
CATEGORIES= graphics ruby
-MASTER_SITES= http://www.cozmixng.org/~kou/download/
+MASTER_SITES= http://rabbit-shockers.org/download/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://rabbit-shockers.org/
-COMMENT= Application to do presentation with RD document
+COMMENT= RD-document-based presentation application
LICENSE= gnu-gpl-v2 # or later
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
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=0.90.3:../../x11/ruby-gnome2-gtk
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-rsvg-[0-9]*:../../graphics/ruby-gnome2-rsvg
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-poppler-[0-9]*:../../print/ruby-gnome2-poppler
+DEPENDS+= ${RUBY_PKGPREFIX}-twitter-stream-[0-9]*:../../net/ruby-twitter-stream
+DEPENDS+= ${RUBY_PKGPREFIX}-twitter_oauth-[0-9]*:../../security/ruby-twitter_oauth
+DEPENDS+= ${RUBY_PKGPREFIX}-hikidoc-[0-9]*:../../textproc/ruby-hikidoc
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
+# temporary packaging miss
+USE_TOOLS+= msgfmt
+post-extract:
+ ${RUN}cd ${WRKSRC}; ${SETENV} ${BUILD_ENV} ${RUBY} update-mo.rb
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"