1 | PortSystem 1.0 |
---|
2 | |
---|
3 | name squirrelmail |
---|
4 | version 1.4.5 |
---|
5 | categories mail |
---|
6 | maintainers joe@netmusician.org |
---|
7 | |
---|
8 | description A webmail system which accesses mail over IMAP |
---|
9 | long_description SquirrelMail is a standards-based webmail package written in PHP4. It \ |
---|
10 | includes built-in pure PHP support for the IMAP and SMTP protocols, and \ |
---|
11 | all pages render in pure HTML 4.0 (with no Javascript) for maximum \ |
---|
12 | compatibility across browsers. It has very few requirements and is very \ |
---|
13 | easy to configure and install. SquirrelMail has a all the functionality \ |
---|
14 | you would want from an email client, including strong MIME support, \ |
---|
15 | address books, and folder manipulation \ |
---|
16 | homepage http://www.squirrelmail.org |
---|
17 | master_sites sourceforge |
---|
18 | distname squirrelmail-${version} |
---|
19 | checksums md5 2e2836bd7390cbf5f81f08ee55682116 |
---|
20 | platforms darwin freebsd |
---|
21 | |
---|
22 | default_variants +apache +php4 |
---|
23 | |
---|
24 | variant apache conflicts apache2 { |
---|
25 | depends_lib-append port:apache |
---|
26 | } |
---|
27 | |
---|
28 | variant apache2 conflicts apache { |
---|
29 | depends_lib-append port:apache2 |
---|
30 | } |
---|
31 | |
---|
32 | variant php4 conflicts php5 { |
---|
33 | depends_lib-append port:php4 |
---|
34 | } |
---|
35 | |
---|
36 | variant php5 conflicts php4 { |
---|
37 | depends_lib-append port:php5 |
---|
38 | } |
---|
39 | |
---|
40 | use_configure no |
---|
41 | configure {} |
---|
42 | build {} |
---|
43 | |
---|
44 | |
---|
45 | set docpath ${destroot}${prefix}/www/data/squirrelmail |
---|
46 | |
---|
47 | destroot { |
---|
48 | xinstall -m 755 -d ${destroot}${prefix}/www/data/squirrelmail |
---|
49 | eval file copy [glob ${workpath}/${distname}/*] ${docpath} |
---|
50 | } |
---|