pkgsrc/print/tex-fmtcount/Makefile
markd a90a23ab77 tex-fmtcount{,-doc}: update to 3.05
3.05
* Fix issue 28 (works now with lualatex: actually from 3.05 fmtcount
  does not test any longer for what compiler is used but only for what
  multilingual package --- such as polyglossia or babel --- are used).

* Fix pull request 29 (Fix European Portuguese cardinal
  numbers). Portuguese formatting prior to 3.05 is renamed brazilian,
  and the portuguese is fixed to reflect European Portuguese
  spelling.
2018-05-06 02:57:21 +00:00

18 lines
574 B
Makefile

# $NetBSD: Makefile,v 1.6 2018/05/06 02:57:21 markd Exp $
DISTNAME= fmtcount
PKGNAME= tex-${DISTNAME}-3.05
TEXLIVE_REV= 46159
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/fmtcount
COMMENT= Display the value of a LaTeX counter in a variety of formats
LICENSE= lppl-1.3c
DEPENDS+= tex-amsmath>=2.13:../../print/tex-amsmath
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-latex-bin>=2010:../../print/tex-latex-bin
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"