# $Id: Portfile,v 1.1 2004/06/08 12:11:08 olegb Exp $
PortSystem 1.0
name		libsigc++2
version		2.0.3
categories	devel
maintainers	olegb@opendarwin.org
description	C++ signal callback system
long_description	libsigc++ implements a typesafe callback system for \
		standard C++. It allows you to define signals and to \
		connect those signals to any callback function, either \
		global or a member function, regardless of whether it is \
		static or virtual.
homepage	http://libsigc.sourceforge.net/
distname	libsigc++-${version}
master_sites	gnome:sources/libsigc++/2.0/
platforms	darwin
checksums	md5 ec7b16edf80cc52364f30d9cf942e982
use_bzip2	yes
# This is not nice, but it keeps port (images) from breaking on activation
post-destroot	{ system "rm -r ${destroot}${prefix}/share/doc"}
