pkgsrc/graphics/tex-incgraph/Makefile
markd 42b05f8072 Add tex-incgraph{,-doc} 1.12
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.
2017-01-20 21:09:07 +00:00

17 lines
512 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/01/20 21:09:07 markd Exp $
DISTNAME= incgraph
PKGNAME= tex-${DISTNAME}-1.12
TEXLIVE_REV= 36500
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/incgraph
COMMENT= Sophisticated graphics inclusion in a PDF document
LICENSE= lppl-1.3c
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"