2010-09-14 02:18:08 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2010/09/14 00:18:13 minskim Exp $
|
Import tex-ms-2008.7340 as print/tex-ms.
A bundle of LaTeX packages by Martin Schroeder; the collection
comprises:
- count1to, make use of fixed TeX counters,
- everysel, set commands to execute every time a font is selected,
- everyshi, set commands to execute whenever a page is shipped out,
- multitoc, typeset the table of contents in multiple columns,
- prelim2e, mark typeset pages as preliminary, and
- ragged2e, typeset ragged text and allow hyphenation.
2009-07-10 02:15:02 +02:00
|
|
|
|
|
|
|
DISTNAME= ms
|
2010-05-12 03:23:47 +02:00
|
|
|
PKGNAME= tex-${DISTNAME}-2009
|
|
|
|
TEXLIVE_REV= 16596
|
2010-09-14 02:18:08 +02:00
|
|
|
DIST_SUBDIR= ${PKGBASE}-${TEXLIVE_REV}.2010
|
Import tex-ms-2008.7340 as print/tex-ms.
A bundle of LaTeX packages by Martin Schroeder; the collection
comprises:
- count1to, make use of fixed TeX counters,
- everysel, set commands to execute every time a font is selected,
- everyshi, set commands to execute whenever a page is shipped out,
- multitoc, typeset the table of contents in multiple columns,
- prelim2e, mark typeset pages as preliminary, and
- ragged2e, typeset ragged text and allow hyphenation.
2009-07-10 02:15:02 +02:00
|
|
|
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
|
|
COMMENT= Various LaTeX packages by Martin Schroeder
|
|
|
|
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb17
|
|
|
|
DEPENDS+= tex-footmisc-[0-9]*:../../print/tex-footmisc
|
|
|
|
DEPENDS+= tex-koma-script-[0-9]*:../../print/tex-koma-script
|
|
|
|
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
|
|
|
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
|
|
|
|
2010-05-12 03:23:47 +02:00
|
|
|
.include "../../print/texlive/package.mk"
|
Import tex-ms-2008.7340 as print/tex-ms.
A bundle of LaTeX packages by Martin Schroeder; the collection
comprises:
- count1to, make use of fixed TeX counters,
- everysel, set commands to execute every time a font is selected,
- everyshi, set commands to execute whenever a page is shipped out,
- multitoc, typeset the table of contents in multiple columns,
- prelim2e, mark typeset pages as preliminary, and
- ragged2e, typeset ragged text and allow hyphenation.
2009-07-10 02:15:02 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|