a54029a31f
The package uses --shell-escape to execute pst-pdf when necessary. This makes it especially easy to integrate into the workflow of an editor with just "LaTeX" and "pdfLaTeX" buttons. Wrappers are provided for various psfrag-related features so that Matlab figures via laprint, Mathematica figures via MathPSfrag, and regular psfrag figures can all be input consistently and easily.
16 lines
487 B
Makefile
16 lines
487 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/10/16 22:07:28 minskim Exp $
|
|
|
|
DISTNAME= auto-pst-pdf
|
|
PKGNAME= tex-${DISTNAME}-0.6
|
|
TEXLIVE_REV= 23723
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Wrapper for pst-pdf (with some psfrag features)
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
|
|
DEPENDS+= tex-ifplatform-[0-9]*:../../print/tex-ifplatform
|
|
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|