15 lines
393 B
Makefile
15 lines
393 B
Makefile
# $NetBSD: Makefile,v 1.3 2016/01/27 09:46:17 markd Exp $
|
|
|
|
DISTNAME= preview
|
|
PKGNAME= tex-${DISTNAME}-11.88
|
|
TEXLIVE_REV= 35488
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Extract bits of a LaTeX source for output
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
CONFLICTS= teTeX-texmf<3.0nb32
|
|
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|