mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
138077d1e0
Recommended update because of bugs in versions < 3.0.4 (as Dirk reports). Recommendation: probably it would be useful to import this version into -current, let it settle there for a month and then merge it into 3.x-STABLE. Submitted by: dirk.meyer@dinoex.sub.org (Dirk Meyer) Reviewed by: andreas@FreeBSD.ORG
23 lines
488 B
Makefile
23 lines
488 B
Makefile
# New ports collection makefile for: gawk
|
|
# Version required: 3.0.4
|
|
# Date created: Mi 21 Okt 1998 13:53:18 CEST
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
DISTNAME= gawk-3.0.4
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= gawk
|
|
|
|
MAINTAINER= andreas@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>
|