# $Id: Portfile 93048 2012-05-14 13:32:10Z jmr@macports.org $

PortSystem 1.0

name			spread
version			3.17.3
categories		devel
license			Restrictive
platforms		darwin
maintainers		nomaintainer
description		configurable logging for C++
long_description	Spread is a toolkit that provides a high performance \
				messaging service that is resilient to faults across external \
				or internal networks.

homepage		http://www.spread.org/
master_sites	http://www.cnds.jhu.edu/download/noformdown/
distname		spread-src-${version}
checksums		md5 2eec25b5adc96fd840aa251e44325f9f
patchfiles		patch-Makefile.in

configure.args	--mandir=${prefix}/share/man \
				--with-pid-dir=${prefix}/var/run
