Lines 9-16
Link Here
|
9 |
MAINTAINER= johans@FreeBSD.org |
9 |
MAINTAINER= johans@FreeBSD.org |
10 |
COMMENT= GNU version of Awk |
10 |
COMMENT= GNU version of Awk |
11 |
|
11 |
|
12 |
LIB_DEPENDS= libsigsegv.so:${PORTSDIR}/devel/libsigsegv \ |
12 |
LIB_DEPENDS= libsigsegv.so:${PORTSDIR}/devel/libsigsegv |
13 |
libreadline.so:${PORTSDIR}/devel/readline |
|
|
14 |
|
13 |
|
15 |
OPTIONS_DEFINE= NLS MPFR |
14 |
OPTIONS_DEFINE= NLS MPFR |
16 |
OPTIONS_SUB= yes |
15 |
OPTIONS_SUB= yes |
Lines 23-29
Link Here
|
23 |
INFO= gawk gawkinet |
22 |
INFO= gawk gawkinet |
24 |
|
23 |
|
25 |
GNU_CONFIGURE= yes |
24 |
GNU_CONFIGURE= yes |
26 |
USES= iconv libtool makeinfo tar:xz |
25 |
USES= iconv libtool makeinfo readline:port tar:xz |
27 |
CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ |
26 |
CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ |
28 |
--with-libintl-prefix=${LOCALBASE} \ |
27 |
--with-libintl-prefix=${LOCALBASE} \ |
29 |
--with-readline=${LOCALBASE} \ |
28 |
--with-readline=${LOCALBASE} \ |