PC-BSD is a Unix-like, desktop-oriented operating system based on FreeBSD.
Wine should build cleanly on PC-BSD 7.0. You'll need a couple packages from the ports system:
- /usr/ports/graphics/libgphoto2 # Needed at compile time for graphics support
- /usr/ports/security/ca_root_nss # Needed at run time for some cryptographic functions.
Lastly, to get Wine to properly find all the dependencies, you should run configure with:
$ CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" ./configure
Otherwise, you'll get some strange errors, since configure won't find the headers.
PC-BSD does have some bugs not found in Linux: http://bugs.winehq.org/buglist.cgi?quicksearch=pc-bsd

MoinMoin
Python