# $Id: Portfile 81743 2011-08-04 17:12:26Z jmr@macports.org $

PortSystem 1.0

name		modglue
version		1.16
categories	devel
platforms	darwin
maintainers	gwright
description	A Plan9-inspired extension of the Unix pipe concept
long_description \
	Modglue is a combination of several software tools that		\
	assist in writing and running programs connected to each other	\
	using standard Unix pipes.

homepage	http://www.aei.mpg.de/~peekas/cadabra/
master_sites	${homepage}

checksums	md5     2299c40f3bba37b23d5e21498eec9c66 \
		sha1    3f47c261c81fdd0ff4ba2dc7958dd4d83dcffd1b \
		rmd160  46e0ee58004dfbdcc34862d73ec85d699b2dece0

depends_build	port:pkgconfig
depends_lib	port:libsigcxx2
use_parallel_build	no

patchfiles	patch-src-Makefile.in.diff	\
		patch-src-main.cc.diff
