2011-07-11 11:37:50 +02:00
|
|
|
# $NetBSD: Makefile,v 1.30 2011/07/11 09:37:50 obache Exp $
|
2007-06-04 06:13:52 +02:00
|
|
|
#
|
|
|
|
|
2011-07-11 11:37:50 +02:00
|
|
|
DISTNAME= rabbit-0.9.3
|
2007-06-04 06:13:52 +02:00
|
|
|
CATEGORIES= graphics ruby
|
2011-07-11 11:37:50 +02:00
|
|
|
MASTER_SITES= http://rabbit-shockers.org/download/
|
2007-06-04 06:13:52 +02:00
|
|
|
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
2011-02-27 09:10:10 +01:00
|
|
|
HOMEPAGE= http://rabbit-shockers.org/
|
2011-07-11 11:37:50 +02:00
|
|
|
COMMENT= RD-document-based presentation application
|
2010-10-26 15:30:05 +02:00
|
|
|
LICENSE= gnu-gpl-v2 # or later
|
2007-06-04 06:13:52 +02:00
|
|
|
|
2008-03-01 13:08:44 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2007-06-04 06:13:52 +02:00
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rdtool>=0.6.20:../../textproc/ruby-rdtool
|
2011-07-11 11:37:50 +02:00
|
|
|
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
|
2007-06-04 06:13:52 +02:00
|
|
|
|
|
|
|
USE_RUBY_SETUP= yes
|
2008-03-11 16:56:10 +01:00
|
|
|
|
2008-06-19 17:16:28 +02:00
|
|
|
CONFIGURE_ARGS+= --siteruby=${PREFIX}/${RUBY_VENDORLIB_BASE} \
|
|
|
|
--siterubyver=${PREFIX}/${RUBY_VENDORLIB} \
|
|
|
|
--siterubyverarch=${PREFIX}/${RUBY_VENDORARCHLIB}
|
2008-03-01 13:08:44 +01:00
|
|
|
|
2011-07-11 11:37:50 +02:00
|
|
|
# temporary packaging miss
|
|
|
|
USE_TOOLS+= msgfmt
|
|
|
|
post-extract:
|
|
|
|
${RUN}cd ${WRKSRC}; ${SETENV} ${BUILD_ENV} ${RUBY} update-mo.rb
|
2007-06-04 06:13:52 +02:00
|
|
|
|
|
|
|
.include "../../lang/ruby/modules.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|