ae549b73b5
Emergency release to fix pgfplots which depends on unreleased parts of PGF.
25 lines
912 B
Makefile
25 lines
912 B
Makefile
# $NetBSD: Makefile,v 1.24 2021/06/05 05:24:41 markd Exp $
|
|
|
|
DISTNAME= pgf
|
|
PKGNAME= tex-${DISTNAME}-3.1.9a
|
|
TEXLIVE_REV= 59210
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/pgf
|
|
COMMENT= PostScript and PDF graphics systems for TeX
|
|
LICENSE= lppl-1.3c AND gnu-gpl-v2 AND gnu-fdl-v1.3
|
|
|
|
DEPENDS+= tex-atveryend-[0-9]*:../../print/tex-atveryend
|
|
DEPENDS+= tex-fp-[0-9]*:../../math/tex-fp
|
|
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
|
|
DEPENDS+= tex-latex-bin>=2009nb1:../../print/tex-latex-bin
|
|
DEPENDS+= tex-ms-[0-9]*:../../print/tex-ms
|
|
DEPENDS+= tex-pdftexcmds-[0-9]*:../../print/tex-pdftexcmds
|
|
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
|
DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor
|
|
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
|
|
|
|
CHECK_INTERPRETER_SKIP= share/texmf-dist/scripts/pgf/pgfrevisionfile.sh
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|