Line | |
---|
1 | # $Id: Portfile 23465 2007-04-01 18:55:34Z pipping@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name openssl |
---|
5 | version 0.9.8e |
---|
6 | platforms darwin freebsd |
---|
7 | categories devel security |
---|
8 | maintainers mww@macports.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 3a7ff24f6ea5cd711984722ad654b927 \ |
---|
21 | sha1 b429872d2a287714ab37e42296e6a5fbe23d32ff \ |
---|
22 | rmd160 c1a498606dc0fc7219376b950fab6b53687466db |
---|
23 | |
---|
24 | depends_lib port:zlib |
---|
25 | |
---|
26 | variant darwin { |
---|
27 | patchfiles patch-Makefile.org patch-crypto-Makefile |
---|
28 | } |
---|
29 | |
---|
30 | configure.cmd ./config |
---|
31 | configure.args -L${prefix}/lib --openssldir=${prefix}/etc/openssl zlib no-asm no-krb5 shared |
---|
32 | |
---|
33 | platform darwin 6 { |
---|
34 | depends_lib-append port:dlcompat |
---|
35 | } |
---|
36 | |
---|
37 | platform darwin 8 { |
---|
38 | build.args CC=/usr/bin/gcc-4.0 |
---|
39 | } |
---|
40 | |
---|
41 | destroot.destdir INSTALL_PREFIX=${destroot} |
---|
42 | destroot.args MANDIR=${prefix}/share/man |
---|
43 | |
---|
44 | test.run yes |
---|
45 | |
---|
46 | livecheck.check regex |
---|
47 | livecheck.url ${master_sites} |
---|
48 | livecheck.regex ${name}-(0.9.8\[a-z\]) |
---|
Note: See
TracBrowser
for help on using the repository browser.