summaryrefslogtreecommitdiff
path: root/textproc/ruby-rttool/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-09-10 08:37:41 +0000
committertaca <taca@pkgsrc.org>2010-09-10 08:37:41 +0000
commit23cb82b5015260b33f86298911a3f03d7ae8cbc5 (patch)
tree606f605ece69c58371e07ab28be3839051c48a4e /textproc/ruby-rttool/Makefile
parenta5c40fa1722507bce54fbd9837bb8446b76f9b8d (diff)
downloadpkgsrc-23cb82b5015260b33f86298911a3f03d7ae8cbc5.tar.gz
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE. * Ajust new ruby package's framework. Changes are unknown.
Diffstat (limited to 'textproc/ruby-rttool/Makefile')
-rw-r--r--textproc/ruby-rttool/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/textproc/ruby-rttool/Makefile b/textproc/ruby-rttool/Makefile
index 24cb50b7738..fc9c0532679 100644
--- a/textproc/ruby-rttool/Makefile
+++ b/textproc/ruby-rttool/Makefile
@@ -1,25 +1,23 @@
-# $NetBSD: Makefile,v 1.18 2008/04/04 15:22:20 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2010/09/10 08:37:41 taca Exp $
-DISTNAME= rttool-1.0.2.0
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+DISTNAME= rttool-1.0.3.0
CATEGORIES= textproc
MAINTAINER= taca@NetBSD.org
HOMEPAGE= http://www.rubyist.net/~rubikitch/computer/rttool/
COMMENT= RT to HTML (and hopefully LaTeX in future) table converter
+LICENSE= gnu-gpl-v2 OR ruby-license
CONFLICTS+= ruby[1-9][0-9]-rttool-*
DEPENDS+= ${RUBY_PKGPREFIX}-rdtool>=0.6.18:../../textproc/ruby-rdtool
-GEM_BUILD= gemspec
-
# Move the rt scripts into the main "bin" directory so they're
# automatically found and wrapped by the gem script during installation.
#
-pre-build:
- cd ${WRKSRC}/bin && mv rt/* .
- rmdir ${WRKSRC}/bin/rt
+#pre-build:
+# cd ${WRKSRC}/bin && mv rt/* .
+# rmdir ${WRKSRC}/bin/rt
-.include "../../misc/rubygems/rubygem.mk"
+.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"