# $Id: Portfile,v 1.3 2006/07/25 04:01:34 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 { catch {system "rm -f create-trace && touch create-trace && rm create-trace"} catch {system "rm delete-trace"} catch {system "rm -f /tmp/hello-trace && /tmp/hello-trace && rm /tmp/hello-trace"} }