# $Id: Portfile,v 1.8 2003/03/03 07:18:03 mij Exp $ PortSystem 1.0 name chef version 19930426 categories textproc amusements platforms darwin freebsd maintainers rooneg@electricjellyfish.net description trunsletes inpoot text intu sveedeesh master_sites ftp://tbrowne.best.vwh.net/swedish_chef/ distname bork extract.sufx .tar.Z checksums md5 5194b5a69436b0f90137f957d19d684d configure {} build { system "cd $worksrcpath && lex chef.x && cc lex.yy.c -ll -o chef" } install { system "install -d ${destroot}${prefix}/bin" system "cd $worksrcpath && install chef ${destroot}${prefix}/bin" }