diff options
Diffstat (limited to 'math/tex-fp/Makefile')
-rw-r--r-- | math/tex-fp/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/tex-fp/Makefile b/math/tex-fp/Makefile new file mode 100644 index 00000000000..d8a307424ad --- /dev/null +++ b/math/tex-fp/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/04 19:05:21 minskim Exp $ + +DISTNAME= fp +PKGNAME= tex-${DISTNAME}-2010 +TEXLIVE_REV= 15878 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Fixed point arithmetic + +CONFLICTS= teTeX-texmf<=3.0nb29 +DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |