freebsd-ports/lang/gawk/Makefile
Andreas Klemm 56ffabc919 Changed maintainer to ports, I want to reduce my personal workload.
Maybe I take over again in the future if I have more time for this.
2001-01-03 22:19:35 +00:00

23 lines
473 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
MANUAL_PACKAGE_BUILD= confuses zsh
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g \
--enable-bitops \
--enable-non-decimal-data
MAN1= gawk.1
.include <bsd.port.mk>