# $Id: Portfile,v 1.1 2005/08/27 07:24:35 pguyot Exp $

PortSystem 1.0
name		trace
version		1
categories	test
maintainers	pguyot@kallisys.net
description	Test port for -t
homepage	http://darwinports.opendarwin.org/
platforms	darwin

long_description ${description}

fetch		{}
checksum	{}
extract		{}
configure	{}
build		{}
destroot	{}

test {  
	system "rm -f hello-trace"
	system "touch hello-trace"
	system "rm hello-trace"
}
