freebsd-ports/lang/gawk/Makefile
Kris Kennaway e06a83c89a There is no longer any reason to mark this port MANUAL_PACKAGE_BUILD:
bento builds packages in clean chroots, and anyway the original problem
no longer occurs.
2001-05-29 06:01:14 +00:00

21 lines
438 B
Makefile

# 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.0.6
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gawk
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g \
--enable-bitops \
--enable-non-decimal-data
MAN1= gawk.1
.include <bsd.port.mk>