freebsd-ports/lang/gawk/Makefile
Philip M. Gollucci 0c0c5d528f - prevent makeinfo banner from appearing in info/dir
PR:             ports/146826
Submitted by:   Anonymous <swell.k@gmail.com>
Approved by:    maintainer timeout (krion ; 110 days)
2010-09-09 21:51:23 +00:00

39 lines
759 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.7
PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gawk
MAINTAINER= krion@FreeBSD.org
COMMENT= The GNU version of Awk
INFO= gawk gawkinet
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
--with-libintl-prefix=${LOCALBASE} \
AWK=${AWK}
MAN1= gawk.1 igawk.1 pgawk.1
PLIST_SUB= VERSION=${PORTVERSION}
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
post-extract:
@${RM} -f ${WRKSRC}/doc/*.info
.include <bsd.port.mk>