Ticket #13877: Portfile

File Portfile, 871 bytes (added by seth_macports@…, 17 years ago)

Candidate for new Portfile

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