# $Id: Portfile,v 1.13 2005/04/28 03:08:24 ssen Exp $ PortSystem 1.0 name openssl version 0.9.7g platforms darwin freebsd categories devel security maintainers ssen@opendarwin.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 991615f73338a571b6a1be7d74906934 depends_lib port:zlib configure.cmd ./config configure.args -L${prefix}/lib --openssldir=${prefix}/etc/openssl zlib no-asm no-krb5 shared destroot.destdir INSTALL_PREFIX=${destroot} destroot.args MANDIR=${prefix}/share/man test.run yes variant darwin { patchfiles patch-Makefile.org }