Ticket #6098: Portfile.diff
File Portfile.diff, 1.4 KB (added by markd@…, 18 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name cclient 6 version 200 4g6 version 2006a 7 7 categories mail 8 8 maintainers pguyot@kallisys.net 9 9 description UW IMAP c-client library … … 20 20 distname imap-${version} 21 21 dist_subdir imap-uw 22 22 worksrcdir imap-${version} 23 checksums md5 9a80f58d8d6a0979c13714ae69050020\24 sha1 791a8bb247ca51ce0a4c32e814a2f736c2bcf066\25 rmd160 a016a06ba073e879d2574a6395ce1074ea74c68723 checksums md5 70b98056744f44aa52ccf4f668872b8e \ 24 sha1 6cb040fd524f5bfa7dd7f70aa4a4266555d46b73 \ 25 rmd160 3fbdadf5e6a6283b632c2ab4efee51e2d18e5ffc 26 26 27 27 depends_lib port:openssl \ 28 28 lib:libz:zlib \ … … 45 45 destroot { 46 46 xinstall -m 755 -d ${destroot}${prefix}/include/c-client 47 47 xinstall -m 644 -W ${worksrcpath}/c-client \ 48 c-client.h dummy.h env.h fdstring.h flockcyg.h flocksim.h env_unix.h \ 49 flstring.h fs.h ftl.h imap4r1.h linkage.c linkage.h mail.h mbx.h mh.h \ 50 misc.h mx.h netmsg.h newsrc.h nl.h nntp.h osdep.h \ 51 pseudo.h rfc822.h smtp.h sslio.h tcp.h tcp_unix.h unix.h utf8.h \ 48 c-client.h env.h flstring.h fs.h ftl.h imap4r1.h \ 49 mail.h misc.h netmsg.h newsrc.h nl.h nntp.h \ 50 rfc822.h smtp.h sslio.h tcp.h utf8.h \ 52 51 ${destroot}${prefix}/include/c-client 53 52 xinstall -m 644 ${worksrcpath}/c-client/c-client.a \ 54 53 ${destroot}${prefix}/lib/libc-client4.a