diff options
Diffstat (limited to 'textproc/ruby-rttool/Makefile')
-rw-r--r-- | textproc/ruby-rttool/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/textproc/ruby-rttool/Makefile b/textproc/ruby-rttool/Makefile index 28602304652..438e799077e 100644 --- a/textproc/ruby-rttool/Makefile +++ b/textproc/ruby-rttool/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2005/11/03 07:21:40 taca Exp $ +# $NetBSD: Makefile,v 1.14 2005/11/09 04:26:07 taca Exp $ DISTNAME= rttool-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc ruby MASTER_SITES= http://www.rubyist.net/~rubikitch/archive/ @@ -11,6 +12,11 @@ COMMENT= RT to HTML (and hopefully LaTeX in future) table converter CONFLICTS+= ruby[1-9][0-9]-rttool-* +USE_RUBY_DIST_SUBDIR= yes +.include "../../lang/ruby/rubyversion.mk" +# install a library file to rdtool's directory, too +BUILDLINK_DEPMETHOD.${RUBY_PKGPREFIX}-rdtool= full + VERSION= 1.0.1 USE_RUBY_DIST_SUBDIR= yes USE_RUBY_SETUP= yes @@ -30,4 +36,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/examples/* ${RUBY_EXAMPLESDIR}/rt .include "../../lang/ruby/modules.mk" +.include "../../textproc/ruby-rdtool/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |