pkgsrc/graphics/tex-mfpic/Makefile
wiz 1efad3e9de Import tex-mfpic-1.10 as graphics/tex-mfpic.
Mfpic is a scheme for producing pictures from (La)TeX commands.
Commands \mfpic and \endmfpic (in LaTeX, the mfpic environment)
enclose a group in which drawing commands may be placed. The
commands generate a Meta-language file, which may be processed
by Metapost (or even Metafont). The resulting image file will
be read back in to the document to place the picture at the
point where the original (La)TeX commands appeared. Note that
the ability to use Metapost here means that the package works
equally well in LaTeX and PDFLaTeX.
2015-05-08 13:17:14 +00:00

13 lines
347 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/05/08 13:17:14 wiz Exp $
DISTNAME= mfpic
PKGNAME= tex-${DISTNAME}-1.10
TEXLIVE_REV= 28444
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/mfpic
COMMENT= Draw Metafont/post pictures from (La)TeX commands
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"