MKSHELL=rc
path=$PLAN9/bin $path

eps = wmii.eps

epsbox = `{sed -n '/^%%BoundingBox:/{s/.*://p; q;}' $eps}
iconwidth = 32
iconscale = `{*=$epsbox; hoc -e $iconwidth/'('$3-' '$1')'}
iconheight = `{*=$epsbox; hoc -e '('$4-' '$2')*'$iconscale}

icon.png: $eps
	* = $epsbox
	xlat = `{hoc -e 'print -('$1'), -('$2')'}
	gs -q -dBATCH -dNOPAUSE -sDEVICE=pngalpha -sOutputFile=$target -g^$iconwidth^x^$iconheight - <<!
		$iconscale $iconscale scale
		$xlat translate
		($eps) run
		showpage
		quit
	!

