# $Id: Portfile,v 1.4 2006/01/19 06:53:09 mww Exp $ PortSystem 1.0 name gsoap version 2.7.6d distfiles ${name}_${version}${extract.suffix} categories devel maintainers andre@splunk.com description offers an XML to C/C++ language binding to ease the \ development of SOAP/XML Web services in C and C/C++ long_description The gSOAP toolkit is a cross-platform development \ environment for C and C++ SOAP/XML Web services (SOAP \ 1.1/1.2, WSDL 1.1). gSOAP supports XML serialization of \ native C/C++ data types. Includes stub/skeleton compiler, \ HTTP Web server, and much more. homepage http://www.cs.fsu.edu/~engelen/soap.html master_sites sourceforge master_sites.mirror_subdir gsoap2 checksums md5 4b51b0a7c6769dea7f2e2041875e4b48 worksrcdir ${name}-2.7 patchfiles patch-configure.in patch-makemake patch-soapcpp2-Makefile.am patch-soapcpp2-wsdl-Makefile.am pre-configure { system "cd ${worksrcpath} && ./makemake" } platform darwin 8 { configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 }