23 lines
686 B
Makefile
23 lines
686 B
Makefile
# $NetBSD: Makefile,v 1.13 2021/06/08 21:00:27 markd Exp $
|
|
|
|
DISTNAME= pgfplots
|
|
PKGNAME= tex-${DISTNAME}-1.18.1
|
|
PKGREVISION= 1
|
|
TEXLIVE_REV= 59243
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/pgfplots
|
|
COMMENT= LaTeX package to create normal/logarithmic plots
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
|
|
DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf
|
|
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
|
|
|
REPLACE_INTERPRETER+= luatex
|
|
REPLACE.luatex.old= /usr/bin/luatex
|
|
REPLACE.luatex.new= ${PREFIX}/bin/luatex
|
|
REPLACE_FILES.luatex= tex/generic/pgfplots/lua/prepcontour*
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|