# $Id: Portfile 56208 2009-08-25 09:14:00Z ryandesign@macports.org $

PortSystem 1.0
name		chef
version		19930426
categories	textproc amusements
platforms	darwin freebsd
maintainers	nomaintainer
description	trunsletes inpoot text intu sveedeesh
long_description	${description}

master_sites	ftp://tbrowne.best.vwh.net/swedish_chef/
distname	bork
extract.suffix	.tar.Z

checksums	md5 5194b5a69436b0f90137f957d19d684d

use_configure	no
build		{ system "cd $worksrcpath && lex chef.x && cc lex.yy.c -ll -o chef" }
destroot	{ file mkdir ${destroot}${prefix}/bin
                  system "cd $worksrcpath && install chef ${destroot}${prefix}/bin" }
