Ticket #5348: Portfile

File Portfile, 1.7 KB (added by hugo@…, 19 years ago)

Portfile for offlineimap

Line 
1PortSystem              1.0
2name                    offlineimap
3version                 4.0.11
4revision                1
5distname                ${name}_${version}
6worksrcdir              offlineimap
7checksums               md5 41af0924d5e19480377616f4b1d059e1
8categories              mail
9maintainers             hugo@larve.net
10# The following were borrowed from the Debian package.
11description             IMAP/Maildir synchronization and reader support
12long_description        OfflineIMAP is a tool to simplify your e-mail reading.\
13                        With OfflineIMAP, you can:\
14                        - Read the same mailbox from multiple computers, and\
15                          have your changes (deletions, etc.) be automatically\
16                          reflected on all computers\
17                        - Use various mail clients to read a single mail box\
18                        - Read mail while offline (on a laptop) and have all\
19                          changes synchronized when you get connected again\
20                        - Read IMAP mail with mail readers that do not support\
21                          IMAP\
22                        - Use SSL (secure connections) to read IMAP mail even\
23                          if your reader doesn't support SSL\
24                        - Synchronize your mail using a completely safe and\
25                          fault-tolerant algorithm. (At least I think it is!)\
26                        - Customize which mailboxes to synchronize with regular\
27                          expressions or lists\
28                        - Synchronize your mail two to four times faster than\
29                          with other tools or other mail readers' internal IMAP\
30                          support\
31                        In short, OfflineIMAP is a tool to let you read mail\
32                        how YOU want to.
33homepage                gopher://erwin.complete.org/1/devel/offlineimap
34master_sites            http://gopher.quux.org:70/devel/offlineimap/
35
36use_configure           no
37
38build.cmd               python setup.py
39build.target            build
40
41destroot.target         install --no-compile
42destroot.destdir        --root=${destroot}
43
44post-install            {
45                        ui_msg "Make sure that your PYTHONPATH variable contains ${prefix}/lib/python2.3/site-packages"
46}