00d6911200
Changes: - Added support for detached legends and detached colorbars - ybar (and similar plots) can now be mixed with other plot types like line plots. - improved legend formatting - added 'restrict x to domain*' which cups coordinates outside of a specified domain (same for y and z) - Added support for linear regression - Inline tables, - Lots of bug fixes
15 lines
444 B
Makefile
15 lines
444 B
Makefile
# $NetBSD: Makefile,v 1.3 2011/01/20 16:23:59 minskim Exp $
|
|
|
|
DISTNAME= pgfplots
|
|
PKGNAME= tex-${DISTNAME}-1.4.1
|
|
TEXLIVE_REV= 19839
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= LaTeX package to create normal/logarithmic plots
|
|
|
|
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
|
|
DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf
|
|
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|