8b7b1ff5a4
changes unknown
18 lines
560 B
Makefile
18 lines
560 B
Makefile
# $NetBSD: Makefile,v 1.16 2019/01/28 10:58:05 markd Exp $
|
|
|
|
DISTNAME= latex
|
|
PKGNAME= tex-${DISTNAME}-20181201
|
|
TEXLIVE_REV= 49390
|
|
|
|
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"
|