f13396eb60
LaTeX is a widely-used macro package for TeX, providing many basic document formating commands extended by a wide range of packages. It is a development of Leslie Lamport's original LaTeX 2.09, and superseded the older system in June 1994. This package includes a bunch of required packages, which LaTeX authors are "entitled to assume" will be present on any system running LaTeX.
14 lines
389 B
Makefile
14 lines
389 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/04/14 18:16:52 minskim Exp $
|
|
# TeX Live Revision 11896
|
|
|
|
DISTNAME= latex
|
|
PKGNAME= tex-${DISTNAME}-2008.11896
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= TeX macro package that defines LaTeX
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb12
|
|
DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts
|
|
|
|
.include "../../print/texlive/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|