a46938886e
This fixes PR 43165. Major changes: - added and documented |[xy]bar legend| styles and |[xy]bar interval legend| styles - renamed 'every mesh legend' to 'mesh legend' for consistency - improved 'mesh legend' (rescaled and reshiftet it a bit) - Imported all patches to PGF written by Christian Feuersaenger. - added |tiny| style - numerous bug fixes See ChangeLog in tex-pgfplots-doc for the complete list of changes.
15 lines
451 B
Makefile
15 lines
451 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/04/15 20:44:34 minskim Exp $
|
|
# TeX Live Revision 17670
|
|
|
|
DISTNAME= pgfplots
|
|
PKGNAME= tex-${DISTNAME}-1.3.1
|
|
|
|
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"
|