pkgsrc/finance/tex-euro/Makefile
minskim 3177fdc32c Import tex-euro-1.1 as finance/tex-euro.
Converts arbitrary national currency amounts using the Euro as base
unit, and typesets monetary amounts in almost any desired way. Write,
e.g., \ATS{17.6} to get something like '17,60 oS (1,28 Euro)'
automatically. Conversion rates for the initial Euro-zone countries are
already built-in. Further rates can be added easily. The package uses
the fp package to do its sums.
2011-03-04 19:11:11 +00:00

14 lines
393 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/03/04 19:11:11 minskim Exp $
DISTNAME= euro
PKGNAME= tex-${DISTNAME}-1.1
TEXLIVE_REV= 15878
MAINTAINER= minskim@NetBSD.org
COMMENT= Provide Euro values for national currency amounts
DEPENDS+= tex-fp-[0-9]*:../../math/tex-fp
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"