# $Id: Portfile,v 1.2 2003/04/19 14:48:38 fkr Exp $ PortSystem 1.0 name openssl version 0.9.7b platforms darwin freebsd categories security maintainers ssen@opendarwin.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 fae4bec090fa78e20f09d76d55b6ccff depends_lib lib:libz.1:zlib configure.cmd ./config configure.args --openssldir=${prefix}/etc/openssl zlib no-asm no-krb5 shared install.destroot INSTALL_PREFIX=${destroot} install.args MANDIR=${prefix}/man variant darwin { patchfiles patch-Makefile.org }