summaryrefslogtreecommitdiff
path: root/print/tex-psfrag/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2012-10-21 17:54:51 +0000
committerminskim <minskim@pkgsrc.org>2012-10-21 17:54:51 +0000
commit601561c3ca8d2d42867dff3492c2389fd440b3df (patch)
tree371c0397a0b2c07d8cc9b2d4041f45c6c1d91056 /print/tex-psfrag/Makefile
parent21a110de0b8f982b3f81f354970c4419568c99e6 (diff)
downloadpkgsrc-601561c3ca8d2d42867dff3492c2389fd440b3df.tar.gz
Import tex-psfrag-3.04 as print/tex-psfrag.
Allows LaTeX constructions (equations, picture environments, etc.) to be precisely superimposed over Encapsulated PostScript figures, using your own favorite drawing tool to create an EPS figure and placing simple text 'tags' where each replacement is to be placed, with PSfrag automatically removing these tags from the figure and replacing them with a user specified LaTeX construction, properly aligned, scaled, and/or rotated.
Diffstat (limited to 'print/tex-psfrag/Makefile')
-rw-r--r--print/tex-psfrag/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/print/tex-psfrag/Makefile b/print/tex-psfrag/Makefile
new file mode 100644
index 00000000000..dccd4e37780
--- /dev/null
+++ b/print/tex-psfrag/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2012/10/21 17:54:51 minskim Exp $
+
+DISTNAME= psfrag
+PKGNAME= tex-${DISTNAME}-3.04
+TEXLIVE_REV= 15878
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Replace strings in encapsulated PostScript figures
+
+CONFLICTS+= teTeX-texmf<=3.0nb37
+DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
+DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"