Building cclient for FreeBSD
cclient is a library for mail clients. It appears to be part of the IMAP-UW distribution, but it is used by several mail user agents, including my favorite: Sylpheed. FreeBSD ships with cclient built as a precompiled package without SSL support enabled. SSL is a good thing (POP3 is the richest source of unencrypted, sniffable passwords), and I need it built into cclient.
/usr/ports/mail/cclient
cd /usr/ports/mail/cclient export WITH_SSL=YES make make install