Last change
on this file since 18003 was
18003,
checked in by mww, 13 years ago
|
Bug: #8906
Submitted by: ingmarstein@…
Reviewed by: mww@
version 0.9.8b
|
-
Property svn:eol-style set to
native
|
File size:
1.0 KB
|
Line | |
---|
1 | # $Id: Portfile,v 1.21 2006/05/16 06:15:11 mww Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name openssl |
---|
5 | version 0.9.8b |
---|
6 | platforms darwin freebsd |
---|
7 | categories devel security |
---|
8 | maintainers mww@opendarwin.org |
---|
9 | homepage http://www.openssl.org/ |
---|
10 | description OpenSSL SSL/TLS cryptography library |
---|
11 | |
---|
12 | long_description \ |
---|
13 | The OpenSSL Project is a collaborative effort to develop a robust, \ |
---|
14 | commercial-grade, full-featured, and Open Source toolkit implementing \ |
---|
15 | the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security \ |
---|
16 | (TLS v1) protocols as well as a full-strength general purpose \ |
---|
17 | cryptography library. |
---|
18 | |
---|
19 | master_sites http://www.openssl.org/source/ |
---|
20 | checksums md5 12cedbeb6813a0d7919dbf1f82134b86 |
---|
21 | |
---|
22 | depends_lib port:zlib |
---|
23 | |
---|
24 | variant darwin { |
---|
25 | patchfiles patch-Makefile.org patch-crypto-Makefile |
---|
26 | } |
---|
27 | |
---|
28 | configure.cmd ./config |
---|
29 | configure.args -L${prefix}/lib --openssldir=${prefix}/etc/openssl zlib no-asm no-krb5 shared |
---|
30 | |
---|
31 | platform darwin 8 { |
---|
32 | build.args CC=/usr/bin/gcc-4.0 |
---|
33 | } |
---|
34 | |
---|
35 | destroot.destdir INSTALL_PREFIX=${destroot} |
---|
36 | destroot.args MANDIR=${prefix}/share/man |
---|
37 | |
---|
38 | test.run yes |
---|
Note: See
TracBrowser
for help on using the repository browser.