Lines 16-30
Link Here
|
16 |
MAINTAINER= ade@FreeBSD.org |
16 |
MAINTAINER= ade@FreeBSD.org |
17 |
COMMENT= GNU version of 'make' utility |
17 |
COMMENT= GNU version of 'make' utility |
18 |
|
18 |
|
19 |
.if !defined(WITHOUT_NLS) |
|
|
20 |
.endif |
21 |
|
22 |
USE_BZIP2= yes |
19 |
USE_BZIP2= yes |
23 |
USE_GETTEXT= yes |
|
|
24 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
25 |
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |
21 |
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |
26 |
CONFIGURE_ARGS+=--program-prefix=g |
22 |
CONFIGURE_ARGS+=--program-prefix=g |
27 |
.if !defined(WITHOUT_NLS) |
23 |
.if !defined(WITHOUT_NLS) |
|
|
24 |
USE_GETTEXT= yes |
28 |
CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \ |
25 |
CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \ |
29 |
--with-libintl-prefix=${LOCALBASE} |
26 |
--with-libintl-prefix=${LOCALBASE} |
30 |
PLIST_SUB= NLS="" |
27 |
PLIST_SUB= NLS="" |