pkgsrc/textproc/ruby-rdtool/Makefile.common
taca d9a7d72d1a Update ruby-rdtool package to 0.6.14.
= CHANGES
:0.6.14
  * minor fix for Ruby 1.8.
  * now rd2man generates better output. (thank you, Sugiura-san.)
2003-09-10 15:57:31 +00:00

19 lines
534 B
Makefile

# $NetBSD: Makefile.common,v 1.7 2003/09/10 15:57:31 taca Exp $
#
# USE_RUBY_RD - Says that the package uses rd to generate documents.
# (It dosen't mean rd need to run time.)
#
# [variables that each package should not define]
#
# RUBY_RD - full path of rd
# RUBY_RD_VERSION - rdtool version required.
#
RUBY_RD= ${LOCALBASE}/bin/rd2
RUBY_RD_VERSION = 0.6.14
RUBY_RD_REQD = 0.6.7
.if defined(USE_RUBY_RD)
USE_RUBY?= # defined
BUILD_DEPENDS+= ${RUBY_PKGNAMEPREFIX}rdtool>=${RUBY_RD_REQD}:../../textproc/ruby-rdtool
.endif