# $Id: Portfile,v 1.2 2006/02/16 17:26:38 olegb Exp $

PortSystem 1.0
name		libsigcxx2
version		2.0.17
categories	devel
maintainers	darwinports@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 fde0ee69e3125e982746d9fe005763e1
use_bzip2	yes

post-destroot {
	system "rm -r ${destroot}${prefix}/share"
}
platform darwin 8 {
	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}
