# $Id: Portfile,v 1.5 2006/07/28 10:11:10 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 "touch create-trace"} catch {system "rm delete-trace"} system "touch /tmp/hello-trace" system "rm /tmp/hello-trace" catch {system "mkdir mkdir-trace"} system "mkdir -p /usr/bin" }