# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup archcheck 1.0 PortGroup muniversal 1.0 name libssh2 version 1.4.3 categories devel net platforms darwin maintainers pmq openmaintainer description libssh2 is a library implementing the SSH2 protocol long_description libssh2 is a library implementing the SSH2 protocol as \ defined by Internet Drafts: SECSH-TRANS(22), \ SECSH-USERAUTH(25), SECSH-CONNECTION(23), SECSH-ARCH(20), \ SECSH-FILEXFER(06), SECSH-DHGEX(04), and SECSH-NUMBERS(10). license BSD homepage http://www.libssh2.org/ master_sites ${homepage}download/ checksums md5 071004c60c5d6f90354ad1b701013a0b \ sha1 c27ca83e1ffeeac03be98b6eef54448701e044b0 \ rmd160 9664d05973f62a3b1716c9a07dcdddf0374a604c depends_lib port:openssl port:zlib archcheck.files \ lib/libcrypto.dylib \ lib/libz.dylib variant debug description {Enable debug mode including tracing support} { configure.args-append \ --enable-debug } post-build { if {[variant_isset universal]} { foreach arch ${universal_archs_to_use} { reinplace "s|[muniversal_get_arch_flag ${arch}]||" \ ${worksrcpath}-${arch}/libssh2.pc } } } livecheck.type freecode