Ticket #21445: Portfile-ldns.diff
File Portfile-ldns.diff, 1.1 KB (added by marius.rieder@…, 15 years ago) |
---|
-
net/ldns/Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name ldns 6 version 1.6. 06 version 1.6.1 7 7 categories net devel 8 8 platforms darwin 9 license BSD 9 10 maintainers durchmesser.ch:marius.rieder 10 11 description DNS library in C 11 12 long_description ldns is a library with the aim of simplifying DNS \ … … 14 15 15 16 homepage http://www.nlnetlabs.nl/projects/ldns/ 16 17 master_sites http://www.nlnetlabs.nl/downloads/ldns/ 17 checksums sha1 e5fdbc5cd66f6afc4f816e9acd334bddc488e83018 checksums sha1 625ad56970ebf91ae91af2fbb92b048164717df1 18 19 19 20 depends_build bin:glibtool:libtool 20 21 … … 22 23 configure.cppflags -I${worksrcpath}/include 23 24 build.type gnu 24 25 25 variant ssl {26 variant ssl description {Use ssl to enable all crypt functions} { 26 27 configure.args-delete --without-ssl 27 28 configure.args-append --with-ssl=${prefix} 28 29 depends_lib-append port:openssl