freebsd-ports/lang/gawk/Makefile
Dima Dorfman 76c38efeb9 Update to 3.1.1.
PR:		38712
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-06-09 02:30:34 +00:00

25 lines
550 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.1.1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gawk
MAINTAINER= dd@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libintl.a:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
--with-libintl-prefix=${LOCALBASE}
MAN1= gawk.1 igawk.1
PLIST_SUB= VERSION=${PORTVERSION}
.include <bsd.port.mk>