# $Id: Portfile 34272 2008-02-20 09:33:14Z mww@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

test.run		yes
test.target		check
