# $Id: Portfile,v 1.2 2004/02/04 20:02:35 olegb Exp $ PortSystem 1.0 name rfksay version 0.1 distname ${name} categories textproc amusements platforms darwin freebsd maintainers mich@freebsdcluster.org description Generates a kitten finding robot with a text bubble master_sites http://freebsdcluster.org/~mich/software/ checksums md5 df98afcc309dd8e590b830dec51b36c1 configure {} build {} destroot { file mkdir ${destroot}${prefix}/bin system "cd $workpath && install rfksay ${destroot}${prefix}/bin && install kittensay ${destroot}${prefix}/bin && install robotsay ${destroot}${prefix}/bin " }