5eb4991f17
* adapted to pdf version 2.0, * adapted the luatex code to the current luatex primitives * corrected a problem with the pdfversion setting when using xetex. * added an uncompress option (for debugging) * improved ghostscript detection on windows when a bash is used * added direct pdf version support to xetex.
15 lines
368 B
Makefile
15 lines
368 B
Makefile
# $NetBSD: Makefile,v 1.5 2021/02/15 03:53:47 markd Exp $
|
|
|
|
DISTNAME= pdfcrop.doc
|
|
PKGNAME= tex-${DISTNAME:S/./-/}-1.40
|
|
TEXLIVE_REV= 55435
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/pdfcrop
|
|
COMMENT= Documentation for tex-pdfcrop
|
|
LICENSE= lppl-1.3c
|
|
|
|
TEX_TEXMF_DIRS= texmf-dist
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|