aboutsummaryrefslogtreecommitdiff
path: root/textproc/latex2html/files
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-05-05 01:00:22 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-05-05 01:00:22 +0000
commit9bb4bf9603931bf193ee4a27153bdfbb88b48576 (patch)
tree03df153dc52e5f502d0423b723822620ebf62906 /textproc/latex2html/files
parent6d608d13a74a61db6aa144e0ccd33f97e4e31a68 (diff)
downloadports-9bb4bf9603931bf193ee4a27153bdfbb88b48576.tar.gz
ports-9bb4bf9603931bf193ee4a27153bdfbb88b48576.zip
Notes
Diffstat (limited to 'textproc/latex2html/files')
-rw-r--r--textproc/latex2html/files/local.pm28
1 files changed, 28 insertions, 0 deletions
diff --git a/textproc/latex2html/files/local.pm b/textproc/latex2html/files/local.pm
new file mode 100644
index 000000000000..61d170a36173
--- /dev/null
+++ b/textproc/latex2html/files/local.pm
@@ -0,0 +1,28 @@
+#################################################################
+# local.pm
+#
+# Local Configuration for LaTeX2HTML
+#
+# This file is created automatically. Do not edit!
+#
+#################################################################
+
+package main;
+
+### start pstoimg configuration ###
+$GS_LIB = '/usr/local/share/ghostscript/5.0'; # Inserted by configure-pstoimg
+$PNMCAT = '/usr/X11R6/bin/pnmcat'; # Inserted by configure-pstoimg
+$PPMQUANT = '/usr/X11R6/bin/ppmquant'; # Inserted by configure-pstoimg
+$PNMFLIP = '/usr/X11R6/bin/pnmflip'; # Inserted by configure-pstoimg
+$PPMTOGIF = '/usr/X11R6/bin/ppmtogif'; # Inserted by configure-pstoimg
+$HOWTO_TRANSPARENT_GIF = 'netpbm'; # Inserted by configure-pstoimg
+$GS_DEVICE = 'ppmraw'; # Inserted by configure-pstoimg
+$GS = '/usr/local/bin/gs'; # Inserted by configure-pstoimg
+$PNMFILE = '/usr/X11R6/bin/pnmfile'; # Inserted by configure-pstoimg
+$HOWTO_INTERLACE_GIF = 'netpbm'; # Inserted by configure-pstoimg
+$PBMMAKE = '/usr/X11R6/bin/pbmmake'; # Inserted by configure-pstoimg
+$PNMCROP = '/usr/X11R6/bin/pnmcrop'; # Inserted by configure-pstoimg
+
+### end pstoimg configuration ###
+
+1;