summaryrefslogtreecommitdiff
path: root/lang/mawk/Makefile
blob: 4734dee8cf91e9207a48f82b2d1c2e45cb757fed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	mawk
# Version required:	1.3.3
# Date created:		24 Dec 1998
# Whom:			Pedro F. Giffuni <giffunip@asme.org>
#
# $FreeBSD$
#

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>