blob: df5e7583aacbfbdbe4573d1146d01a4400c6ab12 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
PORTNAME= gawk
PORTVERSION= 5.3.2
CATEGORIES= lang
MASTER_SITES= GNU
MAINTAINER= danfe@FreeBSD.org
COMMENT= GNU version of AWK scripting language
WWW= https://www.gnu.org/software/gawk/gawk.html
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
CONFLICTS_INSTALL= ja-gawk # bin/gawk
OPTIONS_DEFINE= NLS MPFR
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_OFF= --disable-nls
MPFR_DESC?= Support multiple-precision floating-point computation
MPFR_LIB_DEPENDS= libgmp.so:math/gmp libmpfr.so:math/mpfr
MPFR_CONFIGURE_OFF= --without-gmp --without-mpfr
INFO= gawk gawkinet gawkworkflow pm-gawk
USES= gmake iconv libtool readline tar:lz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \
--with-libintl-prefix=${LOCALBASE} \
AWK=${AWK}
INSTALL_TARGET= install-strip
TEST_TARGET= check
PLIST_SUB+= VERSION=${PORTVERSION}
.include <bsd.port.mk>
|