diff options
author | minskim <minskim> | 2011-03-06 21:30:24 +0000 |
---|---|---|
committer | minskim <minskim> | 2011-03-06 21:30:24 +0000 |
commit | 1327e666030dc04005b2999ecc2aa1aa4090e2e2 (patch) | |
tree | 48e0cb11fe84c7d34855415b4261b190e5bc6458 /print/tex-bezos/Makefile | |
parent | 5443ec78e5f8c00eeef4562afc48333fd1df76f1 (diff) | |
download | pkgsrc-1327e666030dc04005b2999ecc2aa1aa4090e2e2.tar.gz |
Import tex-bezos-2010 as print/tex-bezos.
A set of packages that provide:
- tools for maths accents
- a tool that changes page-numbering in frontmatter to arabic
- tools for dealing with some annoyances in babel
- a tool for making end-environment checking more meaningful
- tensorial indexes
- support for multi-file documents
- tools for easy entry of Spanish index entries
- dotless i's and j's for maths fonts.
Diffstat (limited to 'print/tex-bezos/Makefile')
-rw-r--r-- | print/tex-bezos/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/print/tex-bezos/Makefile b/print/tex-bezos/Makefile new file mode 100644 index 00000000000..ad5a168213a --- /dev/null +++ b/print/tex-bezos/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/06 21:30:24 minskim Exp $ + +DISTNAME= bezos +PKGNAME= tex-${DISTNAME}-2010 +TEXLIVE_REV= 20113 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Packages by Javier Bezos + +CONFLICTS= teTeX-texmf<=3.0nb29 +DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |