summaryrefslogtreecommitdiff
path: root/lang/gawk/Makefile
blob: a91eabc413f89a6f0012f1fd689ab94c9bc334bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:	gawk
# Date created:		Mi  21 Okt 1998 13:53:18 CEST
# Whom:			Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$

PORTNAME=	gawk
PORTVERSION=	3.1.0
CATEGORIES=	lang
MASTER_SITES=	${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=	gawk

MAINTAINER=	dd@FreeBSD.org

GNU_CONFIGURE=		yes
CONFIGURE_ARGS=		--enable-bitops \
			--enable-non-decimal-data
MAN1= gawk.1 igawk.1

.include <bsd.port.mk>