freebsd-ports/misc/chef/Makefile
Brooks Davis 6481f9f9a9 Add MASTER_SITE_LOCAL to the dist list since pointhat seems to have
trouble with the main site sometimes.  The file should start appearing
on the mirrors in a day or two.
cVS: ----------------------------------------------------------------------
2005-02-14 19:42:27 +00:00

32 lines
671 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/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
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>