# $Id: Portfile 25224 2007-05-16 04:27:23Z sfiera@macports.org $ PortSystem 1.0 name gnutls version 1.7.9 categories devel security maintainers sfiera@macports.org 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 \ http://www.gnu.org/software/gnutls/releases/ \ http://josefsson.org/gnutls/releases/ checksums sha1 fb54ad79207cf859b823d9fdf51e1d31d22a7d93 use_bzip2 yes depends_lib port:libgcrypt port:libtasn1 port:opencdk port:lzo configure.env 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} platform darwin 8 { build.env-append MACOSX_DEPLOYMENT_TARGET=10.4 configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4 \ CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 } livecheck.check regex livecheck.url http://www.gnu.org/software/gnutls/releases/?N=D livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+)