freebsd-ports/textproc/ruby-deplate/Makefile
Martin Matuska 8b36df6e6e deplate is a ruby based tool for converting documents written in wiki-like
markup to LaTeX, HTML, "HTML slides", or docbook. It supports page templates,
embedded LaTeX code, footnotes, citations, bibliographies, automatic generation
of an index, table of contents etc. It can be used to create web pages and (via
LaTeX or Docbook) high-quality printouts from the same source. In this respect
it is similar to tools like remoteaft or remotetxt2tags.

WWW: http://deplate.sourceforge.net

Approved by: garga (mentor)
2007-07-16 11:19:40 +00:00

26 lines
486 B
Makefile

# New ports collection makefile for: ruby-deplate
# Date created: 14 July 2007
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= deplate
PORTVERSION= 0.8
CATEGORIES= textproc ruby
MASTER_SITES= SF
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= mm@FreeBSD.org
COMMENT= Ruby tool for converting wiki-like markup
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_ZIP= yes
USE_RUBY= yes
USE_RUBY_SETUP= yes
MAN1= deplate.1
.include <bsd.port.mk>