pkgsrc/graphics/tex-pst-eps/Makefile
minskim 82859410c1 Import tex-pst-eps-1.0 as graphics/tex-pst-eps.
Pst-eps is a PSTricks-based package for exporting PSTricks images 'on
the fly' to encapsulated PostScript (EPS) image files, which can then be
read into a document in the usual way.
2011-03-18 21:38:12 +00:00

14 lines
397 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/03/18 21:38:12 minskim Exp $
DISTNAME= pst-eps
PKGNAME= tex-${DISTNAME}-1.0
TEXLIVE_REV= 15878
MAINTAINER= minskim@NetBSD.org
COMMENT= Create EPS files from PSTricks figures
DEPENDS+= tex-pstricks-[0-9]*:../../graphics/tex-pstricks
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"