# $Id: Portfile,v 1.6 2006/08/02 00:48:29 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"} catch {system "rmdir rmdir-trace"} catch {system "mv rename-trace rename-new-trace"} system "mkdir -p /usr/bin" }