pkgsrc/print/tex-latex/Makefile
wiz 44faa0cdcd Remove teTeX* packages and references to them.
teTeX was desupported in 2006, and we have texlive in pkgsrc since 2009.
2017-09-06 16:49:21 +00:00

18 lines
560 B
Makefile

# $NetBSD: Makefile,v 1.14 2017/09/06 16:49:39 wiz Exp $
DISTNAME= latex
PKGNAME= tex-${DISTNAME}-20170101.1
TEXLIVE_REV= 43813
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/latex
COMMENT= TeX macro package that defines LaTeX
LICENSE= lppl-1.3c
DEPENDS+= tex-latexconfig>=2011:../../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"