#! /bin/sh
#
# Quick string replace for use by WebMagick developers
# Uses a fixed set of replacement strings that may only
# be appropriate for Sun's Solaris 2.5.
# (Much faster than using configure)
#
rm -f webmagick
/usr/bin/sed -e 's:@DEFAULTFONT@:-*-lucida-medium-r-*-*-12-*-*-*-*-*-*-*:
s:@HTIMAGE@::
s:@ICONPATH@:Images/webmagick:
s:@MAPTYPE@:ncsa:
s:@PERL@:/usr/local/bin/perl:
s:@PREFIXPATH@::
s:@RGBDB@:/usr/openwin/lib/X11/rgb.txt:
s:@ROOTPATH@:/html:' webmagick.in > webmagick
chmod 555 webmagick
