# $Id: Portfile 56979 2009-09-04 10:34:43Z toby@macports.org $

PortSystem 1.0

name				gsoap
version				2.7.13
platforms           darwin
distfiles			${name}_${version}${extract.suffix}
categories			devel
maintainers			stechert
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     fffb49eb1db7ff03643a4313115dc3b1 \
                    sha1    4c91ce860ee6853f785a11484c7298d294a53ef6 \
                    rmd160  58f2bcd95199fdec3c5ce6579374148eaab955b1

worksrcdir			${name}-2.7
patchfiles          patch-configure.in patch-makemake

pre-configure {
	system "cd ${worksrcpath} && ./makemake"
}

configure.args      --enable-samples

use_parallel_build no
