pkgsrc/print/tex-atenddvi/Makefile
markd c261bbb43c tex-atenddvi{,-doc}: update to 1.5
This package is unneeded with a LaTeX format 2020-10-01 or newer
as in this case the format provides the \AtEndDvi command.
So the old code has been frozen and the package does nothing
if it detects a new enough format.
2021-02-20 09:45:09 +00:00

16 lines
439 B
Makefile

# $NetBSD: Makefile,v 1.2 2021/02/20 09:45:09 markd Exp $
DISTNAME= atenddvi
PKGNAME= tex-${DISTNAME}-1.5
TEXLIVE_REV= 56922
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/atenddvi
COMMENT= Provides the \AtEndDvi command
LICENSE= lppl-1.3c
DEPENDS+= tex-atbegshi-[0-9]*:../../print/tex-atbegshi
DEPENDS+= tex-zref-[0-9]*:../../print/tex-zref
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"