1998-10-21 14:52:03 -04:00
|
|
|
# New ports collection makefile for: gawk
|
1999-10-23 15:27:10 -04:00
|
|
|
# Version required: 3.0.4
|
1998-10-21 14:52:03 -04:00
|
|
|
# Date created: Mi 21 Okt 1998 13:53:18 CEST
|
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
|
|
#
|
1999-08-25 02:35:40 -04:00
|
|
|
# $FreeBSD$
|
1998-10-21 14:52:03 -04:00
|
|
|
|
1999-10-23 15:27:10 -04:00
|
|
|
DISTNAME= gawk-3.0.4
|
1998-10-21 14:52:03 -04:00
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-01-27 02:41:29 -05:00
|
|
|
MASTER_SITE_SUBDIR= gawk
|
1998-10-21 14:52:03 -04:00
|
|
|
|
1999-08-31 02:53:31 -04:00
|
|
|
MAINTAINER= andreas@FreeBSD.org
|
1998-10-21 14:52:03 -04:00
|
|
|
|
1998-11-13 02:42:20 -05:00
|
|
|
MANUAL_PACKAGE_BUILD= confuses zsh
|
1999-10-23 15:27:10 -04:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --program-prefix=g \
|
|
|
|
--enable-bitops \
|
|
|
|
--enable-non-decimal-data
|
|
|
|
MAN1= gawk.1
|
1998-10-21 14:52:03 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|