summaryrefslogtreecommitdiff
path: root/textproc/ruby-redcloth/Makefile
blob: 21db31a4f0b3a964c53af100d2f0ccdf700281e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $NetBSD: Makefile,v 1.7 2007/05/01 23:04:02 minskim Exp $

DISTNAME=	RedCloth-${VERSION}
PKGNAME=	${RUBY_PKGPREFIX}-redcloth-${VERSION}
PKGREVISION=	1
CATEGORIES=	textproc
MASTER_SITES=	http://rubyforge.org/frs/download.php/6064/

MAINTAINER=	rasputnik@hellooperator.net
HOMEPAGE=	http://www.whytheluckystiff.net/ruby/redcloth/
COMMENT=	Textile library for Ruby

VERSION=	3.0.4
REPLACE_RUBY=	${WRKSRC}/bin/redcloth
USE_RUBY_SETUP=	yes

DOCS=		CHANGELOG README REFERENCE

post-install:
	${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/redcloth
.for f in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/doc/${f} ${RUBY_DOCDIR}/redcloth
.endfor

.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"