17 lines
535 B
Makefile
17 lines
535 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/12/25 02:44:49 minskim Exp $
|
|
|
|
DISTNAME= latex
|
|
PKGNAME= tex-${DISTNAME}-2010
|
|
TEXLIVE_REV= 20256
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= TeX macro package that defines LaTeX
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb12
|
|
DEPENDS+= tex-latexconfig>=2010:../../print/tex-latexconfig
|
|
DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts
|
|
DEPENDS+= tex-luatex-[0-9]*:../../print/tex-luatex
|
|
DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|