# $Id$

PortSystem 1.0

name			cut
version			2.3
categories		devel
license			zlib
maintainers		nomaintainer
description		C unit testing
long_description	\
	CUT is a C-language tool for developing and automatically maintaining \
	unit tests. CUT works well for C, C++, and objective-C. Although it was \
	expressly designed to help support test-driven development and agile \
	development processes such as extreme programming, CUT is still useful \
	for writing automated test fixtures for more traditional software \
	development processes as well.
homepage		http://sourceforge.net/projects/cut/
platforms		darwin
master_sites		sourceforge
checksums		sha1 e3a7bc69ee74ecd4e9a1d496c12eab893e7889c4

use_configure		no
build.target
destroot.cmd		install
destroot.target		cutgen
destroot.destdir	${destroot}${prefix}/bin