pkgsrc/print/tex-preview/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

15 lines
398 B
Makefile

# $NetBSD: Makefile,v 1.7 2017/09/06 16:49:43 wiz Exp $
DISTNAME= preview
PKGNAME= tex-${DISTNAME}-11.91
TEXLIVE_REV= 44883
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/preview
COMMENT= Extract bits of a LaTeX source for output
LICENSE= gnu-gpl-v3
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"