1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/misc/chef/Makefile
Brooks Davis 444126fdcc Update master site. [0]
Add CONFLICTS. [1]
Ditch one-line plist.

Submitted by:	Erik Browne <erik at browne.name> [0],
		eik [1] (a long time ago)
Approved by:	krion (mentor)
2004-05-16 00:51:44 +00:00

30 lines
619 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= http://mysite.verizon.net/ebrowne72/chef/
DISTNAME= bork
EXTRACT_SUFX= .tar.Z
MAINTAINER= brooks@FreeBSD.org
COMMENT= Feelter thet cunferts Ingleesh text tu Muck Cheenese-a
CONFLICTS= talkfilters-*
PLIST_FILES= bin/chef
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>