# -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:et:sw=4:ts=4:sts=4 # $Id: Portfile 28840 2007-09-10 06:44:33Z sfiera@macports.org $ PortSystem 1.0 name gnutls version 2.0.0 categories devel security maintainers sfiera openmaintainer description GNU Transport Layer Security Library homepage http://www.gnutls.org/ platforms darwin long_description \ GnuTLS is a portable ANSI C based library which implements the TLS 1.0 and \ SSL 3.0 protocols. The library does not include any patented algorithms \ and is available under the GNU Lesser GPL license. master_sites gnupg:alpha/${name} checksums md5 181b2ff554a83e6cf85505ea16699d39 \ sha1 985d86cb942b9d79abb5c8966439f23141ad803a \ rmd160 4f0fac158749ac9df9d0f1c0dd0264ef26230b93 use_bzip2 yes depends_lib port:libgcrypt \ port:libtasn1 \ port:opencdk \ port:lzo \ port:zlib \ port:readline configure.cppflags "-D_asn1_find_node=asn1_find_node" configure.args --mandir=${prefix}/share/man \ --infodir=${prefix}/share/info \ --with-libtasn1-prefix=${prefix} \ --with-libreadline-prefix=${prefix} \ --disable-guile platform darwin 8 { build.env-append MACOSX_DEPLOYMENT_TARGET=10.4 configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4 configure.compiler gcc-4.0 } livecheck.check regex livecheck.url http://www.gnu.org/software/gnutls/releases/?C=N\;O=D livecheck.regex {${name}-(\d+\.[02468]+\.\d+)}