1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/misc/chef/Makefile
David E. O'Brien 06f8890db0 I need thees et USENIX fur #coosey.
Bork Bork Bork!
2002-06-13 03:59:45 +00:00

26 lines
506 B
Makefile

# 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>