openbsd-ports/textproc/ruby-rtex/Makefile
claudio cb1bafae9f RTeX is a Ruby library (and web framework plugin) used to generate
PDF documents on-the-fly using the LaTeX typesetting system.

OK jeremy@ jasper@
2010-12-23 13:58:04 +00:00

21 lines
393 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/12/23 13:58:04 claudio Exp $
COMMENT = ruby library to the LaTeX typesetting system
DISTNAME = rtex-2.1.1
CATEGORIES = textproc
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
RUN_DEPENDS = print/texlive/base
.include <bsd.port.mk>