cb1bafae9f
PDF documents on-the-fly using the LaTeX typesetting system. OK jeremy@ jasper@
21 lines
393 B
Makefile
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>
|