# $Id: Portfile,v 1.1 2005/10/11 11:49:52 mww Exp $ PortSystem 1.0 name squirrelmail version 1.4.5 categories www mail php maintainers joe@netmusician.org description A webmail system which accesses mail over IMAP long_description SquirrelMail is a standards-based webmail package written in PHP4. It \ includes built-in pure PHP support for the IMAP and SMTP protocols, and \ all pages render in pure HTML 4.0 (with no Javascript) for maximum \ compatibility across browsers. It has very few requirements and is very \ easy to configure and install. SquirrelMail has a all the functionality \ you would want from an email client, including strong MIME support, \ address books, and folder manipulation \ homepage http://www.squirrelmail.org/ master_sites sourceforge checksums md5 2e2836bd7390cbf5f81f08ee55682116 platforms darwin freebsd use_configure no build {} set docpath ${destroot}${prefix}/www/${name} destroot { xinstall -m 755 -d ${docpath} eval file copy [glob ${workpath}/${distname}/*] ${docpath} }