pkgsrc/print/tex-graphics-doc/Makefile
markd 0e712082fc Update tex-graphics{,-doc} to 1.2c
This release features a major overhaul of
the driver (.def) files, bringing them back
into line both with each other and with the
core LaTeX graphics package.

As-of this release, new graphics features are
incorporated into graphicx, and the .def files
are returned to providing support for these
features but without adding additional keys.

The following keys are added to the
officially-supported set:
- "interpolate" (bitmap images)
- "page" (PDF images)
- "pagebox" (all images)
- "quiet" (all images)

The internal structures of the various .def
files have also been aligned based around
dvips.def, and some support material has been
moved to graphicx.
2017-08-23 23:59:34 +00:00

13 lines
349 B
Makefile

# $NetBSD: Makefile,v 1.11 2017/08/23 23:59:34 markd Exp $
DISTNAME= graphics.doc
PKGNAME= tex-${DISTNAME:S/./-/}-1.2c
TEXLIVE_REV= 44703
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/latex-graphics
COMMENT= Documentation for tex-graphics
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"