1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/lang/mawk/Makefile

27 lines
502 B
Makefile
Raw Normal View History

1999-09-19 19:02:30 +00:00
# ex:ts=8
2000-02-13 03:25:05 +00:00
# Ports collection makefile for: mawk
# Date created: 24 Dec 1998
# Whom: Pedro F. Giffuni <giffunip@asme.org>
#
1999-08-25 06:35:40 +00:00
# $FreeBSD$
#
PORTNAME= mawk
PORTVERSION= 1.3.3
CATEGORIES= lang
MASTER_SITES= ftp://ftp.whidbey.net/pub/brennan/
DISTNAME= ${PORTNAME}${PORTVERSION}
1999-09-19 19:02:30 +00:00
MAINTAINER= obrien@FreeBSD.org
1999-10-27 08:35:20 +00:00
WRKSRC= ${WRKDIR}/${PKGNAME}
GNU_CONFIGURE= yes
ALL_TARGET=
MAN1= mawk.1
1999-09-19 19:02:30 +00:00
pre-configure:
${PERL} -pi.orig -e 's:/usr/local:${PREFIX}:' ${WRKSRC}/config.user
.include <bsd.port.mk>