1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/lang/gawk/Makefile
Satoshi Asami 07dd1d5bf0 Mark this port MANUAL_PACKAGE_BUILD, this is what happens to zsh with
gawk installed on 2.2-stable.

-------
===>  Configuring for zsh-3.0.5
loading cache ./config.cache
configuring for zsh 3.0.5
checking host system type... i386-unknown-freebsd2.2.7
 :
checking for mawk... no
checking for gawk... gawk
 :
gawk -f ./signames.awk /usr/include/sys/signal.h > signames.h
gawk -f ./rlimits.awk /usr/include/sys/resource.h > rlimits.h
cc -c -I.. -I. -I.  -DHAVE_CONFIG_H -O -pipe builtin.c
In file included from builtin.c:3634:
rlimits.h:7: parse error before character 034
*** Error code 1

Stop.
1998-11-13 07:42:20 +00:00

22 lines
542 B
Makefile

# New ports collection makefile for: gawk
# Version required: 3.0.3
# Date created: Mi 21 Okt 1998 13:53:18 CEST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.2 1998/10/26 07:43:49 asami Exp $
DISTNAME= gawk-3.0.3
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= andreas@FreeBSD.ORG
MANUAL_PACKAGE_BUILD= confuses zsh
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g --enable-bitops --enable-non-decimal-data
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gawk ${PREFIX}/bin
.include <bsd.port.mk>