26 lines
688 B
Makefile
26 lines
688 B
Makefile
# $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"
|