summaryrefslogtreecommitdiff
path: root/print/tex-srcltx/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2010-04-09 21:51:35 +0000
committermarkd <markd@pkgsrc.org>2010-04-09 21:51:35 +0000
commit970384c1e24163ba141baff1f260c7e659ed17f8 (patch)
tree7f8cc9d76b0103db26b3c9872aa6c02aaf391631 /print/tex-srcltx/Makefile
parent5f8b5e049209245f0d78a2fb4dd5ab4d1bc825a6 (diff)
downloadpkgsrc-970384c1e24163ba141baff1f260c7e659ed17f8.tar.gz
Import tex-srcltx-1.6
Provides a \special insertion into generated .dvi files allowing one to jump from the .dvi file to the .tex source and back again (given a .dvi viewer that supports this, such as Yap or xdvi version 22.38 or later). This was originally written by Aleksander Simonic, the author of the WinEdt shell.
Diffstat (limited to 'print/tex-srcltx/Makefile')
-rw-r--r--print/tex-srcltx/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/print/tex-srcltx/Makefile b/print/tex-srcltx/Makefile
new file mode 100644
index 00000000000..057b1e5d900
--- /dev/null
+++ b/print/tex-srcltx/Makefile
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/04/09 21:51:35 markd Exp $
+# TeX Live Revision 15878
+
+DISTNAME= srcltx
+PKGNAME= tex-${DISTNAME}-1.6
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Jump between DVI and TeX files
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"