=== Portfile
==================================================================
|
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name bind9 |
6 | | version 9.3.1 |
7 | | revision 1 |
| 6 | version 9.3.2-P2 |
8 | 7 | |
9 | 8 | categories net |
10 | 9 | maintainers bchesneau@mac.com jberry@macports.org |
… |
… |
|
23 | 22 | |
24 | 23 | distname bind-${version} |
25 | 24 | master_sites isc:${portname}/${version} |
26 | | checksums md5 9ff3204eea27184ea0722f37e43fc95d |
| 25 | checksums md5 948101be324deb15ff94a5b6a639ea39 |
| 26 | depends_lib port:openssl |
27 | 27 | |
28 | | configure.args --mandir=${prefix}/share/man --enable-libbind |
| 28 | test.run yes |
| 29 | test.target test |
29 | 30 | |
| 31 | configure.args --mandir=${prefix}/share/man --enable-libbind \ |
| 32 | --with-openssl=${prefix} |
| 33 | |
30 | 34 | post-patch { |
31 | 35 | # Put bind includes in ${prefix}/include/bind |
32 | 36 | reinplace "s|/bind/include|/include/bind|" \ |
… |
… |
|
74 | 78 | configure.args-append --enable-ipv6 |
75 | 79 | } |
76 | 80 | |
77 | | variant ssl { |
78 | | depends_lib-append lib:libssl.0.9:openssl |
79 | | configure.args-append --with-openssl |
80 | | } |
81 | | |
82 | 81 | variant threads { |
83 | 82 | configure.args-append --enable-threads |
84 | | } |
85 | | No newline at end of file |
| 83 | } |