# $Id: Portfile 79399 2011-06-12 22:57:01Z jeremyhu@macports.org $

PortSystem 1.0

name			cppunit
version			1.12.1
categories		devel
platforms		darwin
maintainers		mww
description		unit testing framework for C++
long_description	CppUnit is the C++ port of the famous JUnit framework for \
				unit testing. Test output is in XML or text format for \
				automatic testing and GUI based for supervised tests.

homepage		http://cppunit.sourceforge.net/
master_sites	sourceforge
checksums		sha1 f1ab8986af7a1ffa6760f4bacf5622924639bf4a

configure.args	--mandir=${prefix}/share/man \
				--disable-doxygen \
				--disable-dot

use_autoreconf		yes
autoreconf.args		-fvi

test.run		yes
test.target		check
