View | Details | Raw Unified | Return to bug 72651
Collapse All | Expand All

(-)Makefile (-4 / +2 lines)
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.
(-)pkg-plist (-3 lines)
Lines 1-7 Link Here
1
bin/gmake
1
bin/gmake
2
@unexec install-info --delete %D/info/make.info %D/info/dir
3
info/make.info
4
@exec install-info %D/info/make.info %D/info/dir
5
%%NLS%%share/locale/da/LC_MESSAGES/make.mo
2
%%NLS%%share/locale/da/LC_MESSAGES/make.mo
6
%%NLS%%share/locale/de/LC_MESSAGES/make.mo
3
%%NLS%%share/locale/de/LC_MESSAGES/make.mo
7
%%NLS%%share/locale/es/LC_MESSAGES/make.mo
4
%%NLS%%share/locale/es/LC_MESSAGES/make.mo

Return to bug 72651