460e040196
Latexmk is a perl script for running LaTeX the correct number of times to resolve cross references, etc; it also runs auxiliary programs (bibtex, makeindex if necessary, and dvips and/or a previewer as requested). <...> ok jasper@
32 lines
654 B
Makefile
32 lines
654 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/04/08 11:26:30 ajacoutot Exp $
|
|
|
|
COMMENT= LaTeX documents output generation automation tool
|
|
|
|
DISTNAME= latexmk-431
|
|
EXTRACT_SUFX= .zip
|
|
|
|
CATEGORIES= textproc print
|
|
|
|
HOMEPAGE= http://www.phys.psu.edu/~collins/software/latexmk-jcc/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
RUN_DEPENDS= print/texlive/base
|
|
|
|
WRKDIST= ${WRKDIR}
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
PKG_ARCH= *
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/latexmk.pl ${PREFIX}/bin/latexmk
|
|
${INSTALL_MAN} ${WRKSRC}/latexmk.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|