diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-13 03:59:45 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-13 03:59:45 +0000 |
commit | 06f8890db0e1da80166d1b1d8973e5cf149bffde (patch) | |
tree | 3683a301de71c0e6878e4259371cc1e0cb87a1d8 /misc/chef | |
parent | 9ed665053910e5b48cf3ec9943b38f8304cd609d (diff) | |
download | ports-06f8890db0e1da80166d1b1d8973e5cf149bffde.tar.gz ports-06f8890db0e1da80166d1b1d8973e5cf149bffde.zip |
Notes
Diffstat (limited to 'misc/chef')
-rw-r--r-- | misc/chef/Makefile | 25 | ||||
-rw-r--r-- | misc/chef/distinfo | 1 | ||||
-rw-r--r-- | misc/chef/pkg-comment | 1 | ||||
-rw-r--r-- | misc/chef/pkg-descr | 6 | ||||
-rw-r--r-- | misc/chef/pkg-plist | 2 |
5 files changed, 35 insertions, 0 deletions
diff --git a/misc/chef/Makefile b/misc/chef/Makefile new file mode 100644 index 000000000000..e29249e1b333 --- /dev/null +++ b/misc/chef/Makefile @@ -0,0 +1,25 @@ +# Ports collection makefile for: chef +# Date created: Wed Jun 12, 2002 +# Whom: Brooks Davis <brooks@freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= chef +PORTVERSION= 19930426 +CATEGORIES= misc +MASTER_SITES= ftp://tbrowne.best.vwh.net/swedish_chef/ +DISTNAME= bork +EXTRACT_SUFX= .tar.Z + +MAINTAINER= brooks@FreeBSD.org + +WRKSRC= ${WRKDIR}/bork + +do-build: + (cd ${WRKSRC} && lex chef.x && ${CC} ${CFLAGS} -o chef lex.yy.c -ll) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/chef ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/misc/chef/distinfo b/misc/chef/distinfo new file mode 100644 index 000000000000..6dc4fc4aac2a --- /dev/null +++ b/misc/chef/distinfo @@ -0,0 +1 @@ +MD5 (bork.tar.Z) = 5194b5a69436b0f90137f957d19d684d diff --git a/misc/chef/pkg-comment b/misc/chef/pkg-comment new file mode 100644 index 000000000000..0674b80c51ac --- /dev/null +++ b/misc/chef/pkg-comment @@ -0,0 +1 @@ +Feelter thet cunferts Ingleesh text tu Muck Cheenese-a diff --git a/misc/chef/pkg-descr b/misc/chef/pkg-descr new file mode 100644 index 000000000000..aedcd6d392fd --- /dev/null +++ b/misc/chef/pkg-descr @@ -0,0 +1,6 @@ +Cheff is a feelter thet cunferts Ingleesh text tu Muck Cheenese-a (Svedeesh +Cheff). Cheff reeds frum stunderd inpoot und vreetes tu stunderd ooootpoot. +Bork Bork Bork! + +VVV: http://tbroone-a.best.fvh.net/cheff-feq.html +WWW: http://tbrowne.best.vwh.net/chef-faq.html diff --git a/misc/chef/pkg-plist b/misc/chef/pkg-plist new file mode 100644 index 000000000000..4333a144afd9 --- /dev/null +++ b/misc/chef/pkg-plist @@ -0,0 +1,2 @@ +@comment $FreeBSD$ +bin/chef |