# $Id: Portfile,v 1.4 2005/12/12 16:16:19 mww Exp $ PortSystem 1.0 name wsdlpull version 1.9.6 categories devel platforms darwin maintainers mww@opendarwin.org description C++ Web services library long_description wsdlpull is an efficient C++ Web services library that \ includes a standards compliant WSDL parser API, a Schema parser \ and validator, an XML parser and serializer, and an API and \ command line tool for dynamically inspecting and invoking WSDL Web \ services. homepage http://wsdlpull.sourceforge.net/ master_sites sourceforge checksums md5 3e6a79e713f4c82672b46751ec8045b5 worksrcdir ${name}-1.9 depends_lib port:curl port:openssl port:zlib configure.env CXXFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib platform darwin 8 { configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 }