Thank you very much!
I've executed all your instructions. But when I run "squeak /path_to_image/Squeak4.2-10966.image" command I get error:
/libexec/ld-elf.so.1: /usr/local/lib/libfreetype.so.9: unsupported file layout

May be this is because I have x64 distribution of FreeBSD? Your instructions was for x32 only? Or it is not important?
 
 
* Gary Dunn <garydunnhi@gmail.com> [Wed, 24 Aug 2011 03:53:14 -0700]:

> Please give this a try and be sure to let me know what doesn't work.
>
> GET FREEBSD VIRTUAL MACHINE (VM)
>
> http://www.squeakvm.org/index.html
>
> click "Unix Squeak information and downloads"
>
> Source and binary archives
>
> (most recent version)
>
> 4.4.7.2357 Unix VM
>
> Intel x86 FreeBSD click "Squeak-4.4.7.2375-freebsd8.2_i386.tar.gz"
>
> (downloading file)
>
> cd to directory where file was downloaded to
>
> extract tarball: tar xvf Squeak-4.4.7.2375-freebsd8.2_i386.tar.gz
>
> cd Squeak-4.4.7.2375-freebsd8.2_i386
>
> 3 folders, bin, lib, share
>
> copy contents of bin to /usr/local/bin
>
> copy contents of lib to /usr/local/lib
>
> copy contents of share to /usr/share (pit man page with other man pages)
>
> DOWNLOAD IMAGE
>
> http://www.squeak.org/Download
>
> click "Squeak Release" to download zip file "Squeak4.2-10966.zip"
>
> Unzip contents, an image file and a changes file. Move them to the same
> location, perhaps ~/MySqueak
>
> DOWNLOAD SOURCES
>
> http://www.squeak.org/Download
>
> click "SqueakV4.1.sources" to download sources file
>