Ticket #20297: Portfile-drill.diff
File Portfile-drill.diff, 1.3 KB (added by marius.rieder@…, 15 years ago) |
---|
-
net/drill/Portfile
old new 1 # $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $1 # $Id: Portfile 41879 2008-11-11 21:03:45Z jann@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 5 name drill 6 version 1. 5.16 version 1.6.0 7 7 categories net devel 8 8 platforms darwin 9 9 maintainers durchmesser.ch:marius.rieder … … 15 15 homepage http://www.nlnetlabs.nl/projects/drill/ 16 16 master_sites http://www.nlnetlabs.nl/downloads/ldns/ 17 17 distfiles ldns-${version}${extract.suffix} 18 checksums sha1 070210a417633b7358bb3466da40e6f1872f36c2 19 depends_lib port:openssl port:ldns 18 patchfiles patch-configure.ac.diff \ 19 patch-..-acx_nlnetlabs.m4.diff 20 checksums sha1 e5fdbc5cd66f6afc4f816e9acd334bddc488e830 21 depends_lib port:ldns 20 22 worksrcdir ldns-${version}/drill 21 23 use_autoconf yes 22 24 autoconf.cmd autoreconf 23 configure.args --with-ldns=${prefix} --with-ssl=${prefix} 25 configure.args --with-ldns=${prefix} --without-ssl 26 27 variant ssl { 28 configure.args-delete --without-ssl 29 configure.args-append --with-ssl=${prefix} 30 depends_lib-append port:openssl 31 }