pkgsrc/graphics/tex-pstricks/Makefile
markd df215e76af tex-pstricks{,-doc}: update to 3.01
3.00
This version has a new package pstricks-pdf which can be used instead
of pstricks if you want to run pdflatex with the --shell-escape option.

3.01
This version has a modified pstricks.tex|.pro for GhostScript versions > 9.52
Transparency is now only possible with the optional argument -dALLOWPSTRANSPARENCY.

All files should still work for older GS versions.
2021-02-15 11:07:27 +00:00

17 lines
510 B
Makefile

# $NetBSD: Makefile,v 1.18 2021/02/15 11:07:27 markd Exp $
DISTNAME= pstricks
PKGNAME= tex-${DISTNAME}-3.01
TEXLIVE_REV= 56385
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/pstricks-base
COMMENT= PostScript macros for TeX
LICENSE= lppl-1.3c
DEPENDS+= tex-auto-pst-pdf-[0-9]*:../../graphics/tex-auto-pst-pdf
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"