a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21708 2007-02-03 16:33:36Z mww@macports.org $
PortSystem 1.0
name cppunit
version 1.12.0
categories devel
platforms darwin
maintainers mww@macports.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 7493718733ded49a96cf763c5d3eea7f
configure.args --mandir=${prefix}/share/man \
--disable-doxygen \
--disable-dot
test.run yes
test.target check