18 lines
554 B
Makefile
18 lines
554 B
Makefile
# $NetBSD: Makefile,v 1.7 2012/10/16 20:44:38 minskim Exp $
|
|
|
|
DISTNAME= latex
|
|
PKGNAME= tex-${DISTNAME}-2012
|
|
TEXLIVE_REV= 27907
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= TeX macro package that defines LaTeX
|
|
LICENSE= lppl-1.3c
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb12
|
|
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"
|