# $Id: Portfile,v 1.3 2005/11/04 06:26:16 mww Exp $ PortSystem 1.0 name wsdlpull version 1.9.5c 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 b4afd7f880b7ad7b693d183b014fe4d9 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 }