# ex:ts=8
# Ports collection makefile for:  mawk
# Date created:			  24 Dec 1998
# Whom:				  Pedro F. Giffuni <giffunip@asme.org>
#
# $FreeBSD: ports/lang/mawk/Makefile,v 1.12 2002/05/23 01:00:30 pat Exp $
#

PORTNAME=	mawk
PORTVERSION=	1.3.3
CATEGORIES=	lang
MASTER_SITES=	ftp://ftp.fu-berlin.de/pub/unix/languages/mawk/ \
		http://dl.droso.net/ports/
DISTNAME=	${PORTNAME}${PORTVERSION}

MAINTAINER=	erwin@lansing.dk

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE=	yes
ALL_TARGET=

MAN1=		mawk.1

pre-configure:
	${PERL} -pi.orig -e 's:/usr/local:${PREFIX}:' ${WRKSRC}/config.user

.include <bsd.port.mk>
