Ticket #23097: Portfile-ldns-tools.diff
File Portfile-ldns-tools.diff, 1.3 KB (added by marius.rieder@…, 15 years ago) |
---|
-
net/ldns-tools/Portfile
old new 1 # $Id: Portfile 5 8035 2009-09-21 05:25:03Z ryandesign@macports.org $1 # $Id: Portfile 57448 2009-09-11 07:49:12Z ryandesign@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 5 name ldns-tools 6 version 1.6. 16 version 1.6.3 7 7 categories net devel 8 8 platforms darwin 9 9 maintainers durchmesser.ch:marius.rieder … … 15 15 homepage http://www.nlnetlabs.nl/projects/ldns/ 16 16 master_sites http://www.nlnetlabs.nl/downloads/ldns/ 17 17 distfiles ldns-${version}${extract.suffix} 18 dist_subdir ldns 19 checksums sha1 625ad56970ebf91ae91af2fbb92b048164717df1 18 checksums sha1 87ce9cc8e4bf82f6d8668c915a08dfba20dd1b7c 20 19 21 20 depends_build bin:glibtool:libtool 22 depends_lib port: ldns21 depends_lib port:-ssl:ldns 23 22 24 23 worksrcdir ldns-${version}/examples 25 configure.args --with-ldns=${prefix} --without-ssl 24 configure.args --mandir=${prefix}/share/man --with-ldns=${prefix} --without-ssl 25 build.type gnu 26 26 27 27 variant ssl description {Use ssl to enable all crypt functions} { 28 28 configure.args-delete --without-ssl