pkgsrc/print/tex-biblatex/Makefile
markd 62a4ba308b Update to texlive 2015.
pdfTEX: Support JPEG Exif as well as JFIF; do not even emit a warning if
 \pdfinclusionerrorlevel is negative; sync with xpdf 3.04.
LuaTEX: New library newtokenlib for scanning tokens; bug fixes in the normal
 random number generator and other places.
XeTEX: Image handling fixes; xdvipdfmx binary looked for first as a sibling
 to xetex; internal XDV opcodes changed.
MetaPost: New numbersystem binary; new Japanese-enabled upmpost and
 updvitomp programs, analogous to up*tex.
Infrastructure: The fmtutil script has been reimplemented to read
 fmtutil.cnf on a per-tree basis, analogous to updmap. Web2C mktex* scripts
 (including mktexlsr, mktextfm, mktexpk) now prefer programs in their own
 directory, instead of always using the existing PATH.
2015-06-14 12:50:00 +00:00

20 lines
660 B
Makefile

# $NetBSD: Makefile,v 1.6 2015/06/14 12:50:01 markd Exp $
DISTNAME= biblatex
PKGNAME= tex-${DISTNAME}-3.0
TEXLIVE_REV= 37083
MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/biblatex
COMMENT= Bibliographies in LaTeX using BibTeX for sorting only
LICENSE= lppl-1.3c
DEPENDS+= tex-etex-[0-9]*:../../print/tex-etex
DEPENDS+= tex-bibtex-[0-9]*:../../print/tex-bibtex
DEPENDS+= tex-etoolbox>=2.1:../../devel/tex-etoolbox
DEPENDS+= tex-logreq>=1.0:../../print/tex-logreq
DEPENDS+= tex-url-[0-9]*:../../print/tex-url
DEPENDS+= p5-biblatex-biber>=1.9:../../print/p5-biblatex-biber
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"