# $Id: Portfile 22327 2007-02-26 12:13:15Z mww@macports.org $ PortSystem 1.0 name openssl version 0.9.8e platforms darwin freebsd categories devel security maintainers mww@macports.org homepage http://www.openssl.org/ description OpenSSL SSL/TLS cryptography library long_description \ The OpenSSL Project is a collaborative effort to develop a robust, \ commercial-grade, full-featured, and Open Source toolkit implementing \ the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security \ (TLS v1) protocols as well as a full-strength general purpose \ cryptography library. master_sites http://www.openssl.org/source/ checksums md5 3a7ff24f6ea5cd711984722ad654b927 \ sha1 b429872d2a287714ab37e42296e6a5fbe23d32ff \ rmd160 c1a498606dc0fc7219376b950fab6b53687466db depends_lib port:zlib variant darwin { patchfiles patch-Makefile.org patch-crypto-Makefile } configure.cmd ./config configure.args -L${prefix}/lib --openssldir=${prefix}/etc/openssl zlib no-asm no-krb5 shared platform darwin 6 { depends_lib-append port:dlcompat } platform darwin 8 { build.args CC=/usr/bin/gcc-4.0 } destroot.destdir INSTALL_PREFIX=${destroot} destroot.args MANDIR=${prefix}/share/man test.run yes