|
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 |
USE_GETTEXT= yes |
| 21 |
.endif |
| 22 |
|
| 23 |
USE_BZIP2= yes |
19 |
USE_BZIP2= 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="" |
|
Lines 35-40
Link Here
|
| 35 |
CONFIGURE_ENV+= MAKEINFO="/usr/bin/makeinfo --no-split" |
32 |
CONFIGURE_ENV+= MAKEINFO="/usr/bin/makeinfo --no-split" |
| 36 |
|
33 |
|
| 37 |
MAN1= gmake.1 |
34 |
MAN1= gmake.1 |
|
|
35 |
INFO= make |
| 38 |
|
36 |
|
| 39 |
.ifdef USE_GMAKE |
37 |
.ifdef USE_GMAKE |
| 40 |
.error You have `USE_GMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again. |
38 |
.error You have `USE_GMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again. |