42b05f8072
The package provides tools for including graphics at the full size of the output medium, or for creating "pages" whose size is that of the graphic they contain. A principal use case is documents that require inclusion of (potentially many) scans or photographs. Bookmarking is especially supported. The tool box has basic macros and a 'convenience' user interface that wraps \includegraphics.
13 lines
347 B
Makefile
13 lines
347 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/01/20 21:09:07 markd Exp $
|
|
|
|
DISTNAME= incgraph.doc
|
|
PKGNAME= tex-${DISTNAME:S/./-/}-1.12
|
|
TEXLIVE_REV= 36500
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/incgraph
|
|
COMMENT= Documentation for tex-incgraph
|
|
LICENSE= lppl-1.3c
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|