Lines 1-30
Link Here
|
1 |
# Created by: jkh |
1 |
# Created by: jkh |
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= gmake |
4 |
PORTNAME= make |
5 |
PORTVERSION= 4.2.1 |
5 |
PORTVERSION= 4.2.1 |
|
|
6 |
PORTREVISION?= 1 # also gmake-lite |
6 |
CATEGORIES= devel |
7 |
CATEGORIES= devel |
7 |
MASTER_SITES= GNU/make |
8 |
MASTER_SITES= GNU/make |
8 |
DISTNAME= make-${PORTVERSION} |
9 |
PKGNAMEPREFIX= g |
9 |
|
10 |
|
10 |
# note: before committing to this port, contact portmgr to arrange for an |
11 |
# note: before committing to this port, contact portmgr to arrange for an |
11 |
# experimental ports run. Untested commits may be backed out at portmgr's |
12 |
# experimental ports run. Untested commits may be backed out at portmgr's |
12 |
# discretion. |
13 |
# discretion. |
13 |
MAINTAINER= tijl@FreeBSD.org |
14 |
MAINTAINER= tijl@FreeBSD.org |
14 |
COMMENT= GNU version of 'make' utility |
15 |
COMMENT= GNU Make |
15 |
|
16 |
|
16 |
LICENSE= GPLv3 |
17 |
LICENSE= GPLv3 |
17 |
LICENSE_FILE= ${WRKSRC}/COPYING |
18 |
LICENSE_FILE= ${WRKSRC}/COPYING |
18 |
|
19 |
|
19 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
20 |
CONFIGURE_ARGS= --program-prefix=g \ |
21 |
CONFIGURE_ARGS+=--program-prefix=g \ |
21 |
--without-guile |
22 |
--without-guile |
22 |
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" |
23 |
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" |
23 |
# fmake does not like PO_DEPENDS_ON_POT being undefined |
24 |
# fmake does not like PO_DEPENDS_ON_POT being undefined |
24 |
MAKE_ARGS= PO_DEPENDS_ON_POT= |
25 |
MAKE_ARGS= PO_DEPENDS_ON_POT= |
25 |
|
26 |
|
26 |
USES= cpe makeinfo tar:bzip2 |
27 |
USES= cpe tar:bzip2 |
27 |
CPE_VENDOR= gnu |
28 |
CPE_VENDOR= gnu |
|
|
29 |
.if empty(PKGNAMESUFFIX) |
30 |
USES+= makeinfo |
31 |
INFO= make |
32 |
.endif |
28 |
|
33 |
|
29 |
OPTIONS_DEFINE= NLS |
34 |
OPTIONS_DEFINE= NLS |
30 |
OPTIONS_SUB= yes |
35 |
OPTIONS_SUB= yes |
Lines 34-39
NLS_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG}
Link Here
|
34 |
--with-libintl-prefix=${LOCALBASE} |
39 |
--with-libintl-prefix=${LOCALBASE} |
35 |
NLS_CONFIGURE_ENABLE= nls |
40 |
NLS_CONFIGURE_ENABLE= nls |
36 |
|
41 |
|
37 |
INFO= make |
|
|
38 |
|
39 |
.include <bsd.port.mk> |
42 |
.include <bsd.port.mk> |