eabc2f7c17
epstopdf 2.27 contains bug fixes for parsing and checking of the --gsopt value. For exampole, --gsopt -dAutoFilterColorImages=true previously incorrectly failed, but now (I hope) works. Thanks to Yannick Berker for the report, analysis, and fix.
15 lines
379 B
Makefile
15 lines
379 B
Makefile
# $NetBSD: Makefile,v 1.6 2017/10/23 01:31:30 markd Exp $
|
|
|
|
DISTNAME= epstopdf.doc
|
|
PKGNAME= tex-${DISTNAME:S/./-/}-2.27
|
|
TEXLIVE_REV= 45323
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/epstopdf
|
|
COMMENT= Documentation for tex-epstopdf
|
|
LICENSE= modified-bsd
|
|
|
|
CONFLICTS= texlive-pdftools<2011
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|