Ticket #12146: curl-add-sftp.patch

File curl-add-sftp.patch, 718 bytes (added by boeyms@…, 17 years ago)
  • net/curl/Portfile

     
    33PortSystem 1.0
    44name            curl
    55version         7.16.2
     6revision        1
    67categories      net www
    78maintainers     yeled@macports.org
    89description     Tool for transferring files with URL syntax
     
    104105    configure.args-delete   --disable-ldap
    105106}
    106107
     108variant sftp_scp description {Add SFTP/SCP support via libssh2} {
     109    depends_lib-append      port:libssh2
     110    configure.args-delete   --without-libssh2
     111}
     112
    107113variant doc {
    108114    post-destroot {
    109115        xinstall -m 0755 -d ${destroot}${docdir}/html/libcurl