Yet another PS -> EPSI converter that is compatible with Tgif.

Adds PREFIX.

PR:		ports/40906
This commit is contained in:
Yoshio MITA 2002-07-25 23:55:34 +00:00
parent d7ce37c734
commit 3fe1aebfef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63580

View File

@ -0,0 +1,16 @@
--- pstoepsi.prefix.orig Mon Jul 22 19:41:04 2002
+++ pstoepsi.prefix Mon Jul 22 19:40:51 2002
@@ -33,10 +33,10 @@
<file>.ps <file>.epsi"
########################## Edit these variables #####################
-GS='/usr/local/bin/X11/gs'
+GS='%%PREFIX%%/bin/gs'
PSTOPPM='/usr/local/libdata/X11/gs/pstoppm.ps'
-PBMTOEPSI='./pbmtoepsi'
-RASTTOPNM='/mm/bin/rasttopnm'
+PBMTOEPSI='%%PREFIX%%/bin/pbmtoepsi'
+RASTTOPNM='%%PREFIX%%/bin/rasttopnm'
INTERP='gs'
STRIP='false'
HIRES='false'