4a0dbc23df
'HikiDoc' is a text-to-HTML conversion tool for web writers. HikiDoc allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid HTML (or XHTML).
26 lines
661 B
Makefile
26 lines
661 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/08/01 12:14:34 obache Exp $
|
|
#
|
|
|
|
DISTNAME= hikidoc-0.0.4
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc converters ruby
|
|
MASTER_SITES= http://rubyforge.org/frs/download.php/62246/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://projects.netlab.jp/hikidoc/
|
|
COMMENT= Text-to-HTML conversion tool for web writers
|
|
LICENSE= modified-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # none
|
|
USE_RUBY_SETUP= YES
|
|
|
|
CONFIGURE_ARGS+= --siterubyver=${PREFIX}/${RUBY_VENDORLIB}
|
|
|
|
do-test:
|
|
${RUN} cd ${WRKSRC}; ${RUBY} test/run-test.rb
|
|
|
|
.include "../../lang/ruby/modules.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|