freebsd-ports/lang/mawk/Makefile
Steve Price ddcaafa95a Initial import of mawk version 1.3.3.
An implementation of the new/posix awk.

PR:		9476
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
1999-01-18 04:50:26 +00:00

23 lines
394 B
Makefile

# New ports collection makefile for: mawk
# Version required: 1.3.3
# Date created: 24 Dec 1998
# Whom: Pedro F. Giffuni <giffunip@asme.org>
#
# $Id$
#
DISTNAME= mawk1.3.3
PKGNAME= mawk-1.3.3
CATEGORIES= lang
MASTER_SITES= ftp://ftp.whidbey.net/pub/brennan/
MAINTAINER= ports@FreeBSD.ORG
WRKSRC= $(WRKDIR)/$(PKGNAME)
GNU_CONFIGURE= yes
ALL_TARGET=
MAN1= mawk.1
.include <bsd.port.mk>