2211caea1a
The Plain TeX graphics package is mostly a thin shell around the LaTeX graphicx and color packages, with support of the LaTeX-isms in those packages provided by miniltx (which is the largest part of the bundle). The bundle also contains a file "picture.tex", which is a wrapper around the autopict.sty, and provides the LaTeX picture mode to Plain TeX users.
14 lines
345 B
Makefile
14 lines
345 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/05/03 10:01:03 markd Exp $
|
|
|
|
DISTNAME= graphics-pln
|
|
PKGNAME= tex-${DISTNAME}-2014
|
|
TEXLIVE_REV= 16917
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= LaTeX-style graphics for Plain TeX users
|
|
LICENSE= lppl-1.3c
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb47
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|