|
Lines 19-27
Link Here
|
| 19 |
MAINTAINER= autotools@FreeBSD.org |
19 |
MAINTAINER= autotools@FreeBSD.org |
| 20 |
COMMENT= GNU version of 'make' utility |
20 |
COMMENT= GNU version of 'make' utility |
| 21 |
|
21 |
|
|
|
22 |
OPTIONS = NLS "Native Language Support" on |
| 23 |
.include<bsd.port.options.mk> |
| 22 |
USE_BZIP2= yes |
24 |
USE_BZIP2= yes |
| 23 |
GNU_CONFIGURE= yes |
25 |
GNU_CONFIGURE= yes |
| 24 |
CONFIGURE_ARGS+=--program-prefix=g |
26 |
CONFIGURE_ARGS+=--program-prefix=g |
|
|
27 |
|
| 25 |
.if !defined(WITHOUT_NLS) |
28 |
.if !defined(WITHOUT_NLS) |
| 26 |
USE_GETTEXT= yes |
29 |
USE_GETTEXT= yes |
| 27 |
CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \ |
30 |
CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \ |
|
Lines 39-45
Link Here
|
| 39 |
.ifdef USE_GMAKE |
42 |
.ifdef USE_GMAKE |
| 40 |
.error You have `USE_GMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again. |
43 |
.error You have `USE_GMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again. |
| 41 |
.endif |
44 |
.endif |
| 42 |
|
45 |
.include <bsd.port.pre.mk> |
| 43 |
post-patch: |
46 |
post-patch: |
| 44 |
@${RM} ${WRKSRC}/doc/make.info* |
47 |
@${RM} ${WRKSRC}/doc/make.info* |
| 45 |
|
48 |
|
|
Lines 49-52
Link Here
|
| 49 |
@${CHMOD} g-s ${PREFIX}/bin/gmake |
52 |
@${CHMOD} g-s ${PREFIX}/bin/gmake |
| 50 |
@chgrp ${BINGRP} ${PREFIX}/bin/gmake |
53 |
@chgrp ${BINGRP} ${PREFIX}/bin/gmake |
| 51 |
|
54 |
|
| 52 |
.include <bsd.port.mk> |
55 |
.include <bsd.port.post.mk> |