Changeset 81232
- Timestamp:
- 07/27/11 16:03:06 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/mail/offlineimap/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/mail/offlineimap/Portfile
r81230 r81232 2 2 3 3 PortSystem 1.0 4 PortGroup python2 61.04 PortGroup python27 1.0 5 5 6 6 name offlineimap 7 version 6. 2.07 version 6.3.3 8 8 categories mail python 9 9 platforms darwin 10 license GPL v2+10 license GPL-2+ 11 11 maintainers boeyms openmaintainer 12 supported_archs noarch 13 12 14 # The following were borrowed from the Debian package. 13 15 description IMAP/Maildir synchronization and reader support … … 33 35 In short, OfflineIMAP is a tool to let you read mail\ 34 36 how YOU want to. 35 homepage http://software.complete.org/offlineimap 36 master_sites debian:o/offlineimap/ 37 distname ${name}_${version} 38 worksrcdir ${name} 39 checksums md5 a23dab23ac08de063e330fe26d08e9b9 \ 40 sha1 fb4194d0911d064c5810c4f1fc147fe719125b4e 37 38 homepage http://offlineimap.org/ 39 master_sites https://github.com/nicolas33/offlineimap/tarball/v${version} 40 dist_subdir ${name} 41 42 checksums sha1 90b822d481d79fd3f0146636038edadafda7fc40 \ 43 rmd160 2194e5819b212c9bf129178569a0d099a6a4921e 44 45 post-extract { 46 move [glob ${workpath}/*] ${worksrcpath} 47 } 48 49 python.link_binaries_suffix 41 50 42 51 post-destroot { 43 ln -s ${python.prefix}/bin/offlineimap ${destroot}${prefix}/bin44 xinstall -m 644 ${worksrcpath}/FAQ.html\45 ${destroot}${prefix}/share/doc/ offlineimap52 xinstall -m 644 -W ${worksrcpath} COPYRIGHT COPYING README.rst \ 53 docs/FAQ.rst docs/MANUAL.rst \ 54 ${destroot}${prefix}/share/doc/${name} 46 55 xinstall -m 644 ${worksrcpath}/offlineimap.conf \ 47 ${destroot}${prefix}/etc/ example-offlineimap.conf56 ${destroot}${prefix}/etc/offlineimap.conf.sample 48 57 xinstall -m 644 ${worksrcpath}/offlineimap.conf.minimal \ 49 ${destroot}${prefix}/etc/ example-offlineimap.conf.minimal58 ${destroot}${prefix}/etc/offlineimap.conf.minimal.sample 50 59 } 51 60
Note: See TracChangeset
for help on using the changeset viewer.

