pkgsrc/print/tex-crop/Makefile
markd 8f0c7630c5 tex-crop: update to 1.10.2
1.10
This version of crop adds support for LuaTeX, and corrects the dimensions
of some paper sizes.

1.10.1:
This version updates the documentation and adds all the files necessary
for installation to the distribution package; there are no changes to
the LaTeX since 1.10.

1.10.2:
This update only affects the build system and makes the release package
better conform with CTAN rules; there are no changes to the LaTeX files.
2021-02-13 10:33:30 +00:00

15 lines
378 B
Makefile

# $NetBSD: Makefile,v 1.5 2021/02/13 10:33:30 markd Exp $
DISTNAME= crop
PKGNAME= tex-${DISTNAME}-1.10.2
TEXLIVE_REV= 55424
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/crop
COMMENT= Support for cropmarks
LICENSE= lppl-1.3c
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"