# $Id: Portfile,v 1.2 2005/08/01 17:30:50 mww Exp $

PortSystem 1.0

name			cppunit
version			1.11.0
categories		devel
platforms		darwin
maintainers		mww@opendarwin.org
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		md5 7b256f622158d3c932b3c5025ef5e2ed

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

test.run		yes
test.target		check
