blob: cee4c6bf82e277a358d4838804527c55d04e859b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.22 2020/05/03 11:57:33 markd Exp $
DISTNAME= pgf
PKGNAME= tex-${DISTNAME}-3.1.5b
TEXLIVE_REV= 54512
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.1
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-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"
|