7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
27 lines
570 B
Makefile
27 lines
570 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
|
|
COMMENT= Feelter thet cunferts Ingleesh text tu Muck Cheenese-a
|
|
|
|
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>
|