1 | # $Id: Portfile 20416 2006-11-03 02:15:53Z jberry@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name ldns |
---|
6 | version 1.1.0 |
---|
7 | categories net devel |
---|
8 | platforms darwin |
---|
9 | maintainers roederja@student.ethz.ch |
---|
10 | description DNS library in C |
---|
11 | long_description ldns is a library with the aim of simplifying DNS \ |
---|
12 | programing in C. It is heavily based upon the Net::DNS module from \ |
---|
13 | Perl. |
---|
14 | |
---|
15 | homepage http://www.nlnetlabs.nl/ldns/ |
---|
16 | master_sites http://www.nlnetlabs.nl/downloads/ |
---|
17 | checksums sha1 1ef632f343ee9b424be035ece4acd526f0d9c21c |
---|
18 | |
---|
19 | depends_lib port:openssl |
---|
20 | depends_build bin:glibtool:libtool |
---|
21 | |
---|
22 | configure.args --mandir=${prefix}/share/man --with-ssl=${prefix} |
---|
23 | build.type gnu |
---|
24 | |
---|
25 | platform darwin 8 { |
---|
26 | configure.env MACOSX_DEPLOYMENT_TARGET=10.4 |
---|
27 | build.env MACOSX_DEPLOYMENT_TARGET=10.4 |
---|
28 | destroot.env MACOSX_DEPLOYMENT_TARGET=10.4 |
---|
29 | } |
---|