2012-10-25 08:55:37 +02:00
|
|
|
# $NetBSD: Makefile,v 1.34 2012/10/25 06:56:58 asau Exp $
|
2001-07-01 02:00:03 +02:00
|
|
|
|
2012-06-13 16:43:24 +02:00
|
|
|
DISTNAME= rdtool-0.6.37
|
2004-03-16 03:01:09 +01:00
|
|
|
CATEGORIES= textproc ruby
|
2001-07-01 02:00:03 +02:00
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= taca@NetBSD.org
|
2011-12-13 16:33:46 +01:00
|
|
|
HOMEPAGE= https://github.com/uwabami/rdtool
|
2001-07-01 02:00:03 +02:00
|
|
|
COMMENT= RD (Ruby Document) converter to HTML/man/etc
|
2010-09-10 10:35:16 +02:00
|
|
|
LICENSE= gnu-gpl-v2 OR ruby-license
|
2001-07-01 02:00:03 +02:00
|
|
|
|
2004-11-27 16:28:30 +01:00
|
|
|
# Since rd2 commands depends its name and it can't rename, we cannot
|
|
|
|
# install multiple ruby??-rd2 package (unless supported by pkgview.
|
2010-09-10 10:35:16 +02:00
|
|
|
CONFLICTS+= ruby[1-9][0-9]-rdtool-[0-9]*
|
2001-07-01 02:00:03 +02:00
|
|
|
|
2011-12-13 16:33:46 +01:00
|
|
|
CONF_FILES+= ${GEM_LIBDIR}/lib/rd/dot.rd2rc ${PKG_SYSCONFDIR}/dot.rd2rc
|
2001-07-01 02:00:03 +02:00
|
|
|
|
2005-11-03 06:21:18 +01:00
|
|
|
SUBST_CLASSES+= path
|
|
|
|
SUBST_STAGE.path= post-configure
|
|
|
|
SUBST_FILES.path= bin/rd2
|
|
|
|
SUBST_SED.path= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|"
|
2006-04-22 11:22:05 +02:00
|
|
|
SUBST_MESSAGE.path= Fixing PKG_SYSCONFDIR paths.
|
2005-11-03 06:21:18 +01:00
|
|
|
|
2011-12-13 16:33:46 +01:00
|
|
|
.include "../../lang/ruby/gem.mk"
|
2004-11-27 16:28:30 +01:00
|
|
|
.include "../../lang/ruby/modules.mk"
|
2001-07-01 02:00:03 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|