1 | # $Id: Portfile 30236 2007-10-22 23:15:10Z jmpp@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name mailsync |
---|
6 | version 5.2.1 |
---|
7 | revision 2 |
---|
8 | categories mail |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | description keeps collection of mailboxes in sync |
---|
12 | long_description Mailsync is a way of keeping a collection of mailboxes \ |
---|
13 | synchronized. The mailboxes may be on the local filesystem \ |
---|
14 | or on an IMAP server. |
---|
15 | |
---|
16 | homepage http://mailsync.sourceforge.net/ |
---|
17 | master_sites sourceforge |
---|
18 | distname mailsync_${version}.orig |
---|
19 | checksums md5 67c9f68575756b76581cf9be74608aa5 |
---|
20 | |
---|
21 | depends_lib port:cclient \ |
---|
22 | port:openssl |
---|
23 | |
---|
24 | worksrcdir ${name}-${version} |
---|
25 | |
---|
26 | configure.args --with-c-client=${prefix} \ |
---|
27 | --with-openssl=${prefix} \ |
---|
28 | --mandir=${prefix}/share/man |
---|
29 | configure.cppflags "-I${prefix}/include/c-client" |
---|
30 | |
---|
31 | platform darwin 8 { |
---|
32 | configure.compiler gcc-4.0 |
---|
33 | } |
---|
34 | |
---|
35 | patchfiles patch-configure |
---|