2010-09-10 10:37:41 +02:00
|
|
|
# $NetBSD: Makefile,v 1.19 2010/09/10 08:37:41 taca Exp $
|
2001-07-01 16:00:22 +02:00
|
|
|
|
2010-09-10 10:37:41 +02:00
|
|
|
DISTNAME= rttool-1.0.3.0
|
2008-04-04 17:22:20 +02:00
|
|
|
CATEGORIES= textproc
|
2001-07-01 16:00:22 +02:00
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= taca@NetBSD.org
|
2007-02-22 20:01:13 +01:00
|
|
|
HOMEPAGE= http://www.rubyist.net/~rubikitch/computer/rttool/
|
2001-07-01 16:00:22 +02:00
|
|
|
COMMENT= RT to HTML (and hopefully LaTeX in future) table converter
|
2010-09-10 10:37:41 +02:00
|
|
|
LICENSE= gnu-gpl-v2 OR ruby-license
|
2001-07-01 16:00:22 +02:00
|
|
|
|
2004-11-28 05:48:25 +01:00
|
|
|
CONFLICTS+= ruby[1-9][0-9]-rttool-*
|
2001-07-01 16:00:22 +02:00
|
|
|
|
2008-04-04 17:22:20 +02:00
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rdtool>=0.6.18:../../textproc/ruby-rdtool
|
2005-11-09 05:26:07 +01:00
|
|
|
|
2008-04-04 17:22:20 +02:00
|
|
|
# Move the rt scripts into the main "bin" directory so they're
|
|
|
|
# automatically found and wrapped by the gem script during installation.
|
|
|
|
#
|
2010-09-10 10:37:41 +02:00
|
|
|
#pre-build:
|
|
|
|
# cd ${WRKSRC}/bin && mv rt/* .
|
|
|
|
# rmdir ${WRKSRC}/bin/rt
|
2001-07-01 16:00:22 +02:00
|
|
|
|
2010-09-10 10:37:41 +02:00
|
|
|
.include "../../lang/ruby/gem.mk"
|
2001-07-01 16:00:22 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|