# $Id: Portfile,v 1.1 2003/08/28 15:47:31 fkr 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://www.redhotlunix.com/ 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 " }