0f1285be32
and Chris Bennett. The LaTeX::Driver module takes care of running and re-running latex on a LaTeX document so that forward references, tables of contents, and lists of figures and tables are resolved. It will also run bibtex and makeindex if it detects that a bibliography or in index have been specified, and will re-run latex again one or more times until the formatting of the document has stabilized. landry@ ok to import (though slight tweaks since the version he saw).
27 lines
558 B
Makefile
27 lines
558 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/06/27 08:54:27 sthen Exp $
|
|
|
|
COMMENT= driver to format LaTeX documents
|
|
|
|
DISTNAME= LaTeX-Driver-0.10
|
|
CATEGORIES= textproc
|
|
|
|
MODULES= cpan
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_ENV+= PREFIX=${PREFIX}
|
|
|
|
RUN_DEPENDS= print/texlive/base \
|
|
devel/p5-Class-Accessor \
|
|
devel/p5-Exception-Class \
|
|
devel/p5-File-Slurp
|
|
|
|
REGRESS_DEPENDS= print/texlive/texmf,-full \
|
|
devel/p5-Test-Exception
|
|
|
|
.include <bsd.port.mk>
|