1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/lang/gawk/Makefile

23 lines
488 B
Makefile
Raw Normal View History

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