aboutsummaryrefslogtreecommitdiffstats
path: root/misc/chef/Makefile
blob: 48a34455493fcef82a35fcb158333c8d770742fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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=  filters-* 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>