1994-09-11 13:26:58 +02:00
|
|
|
# New ports collection makefile for: GNU make
|
|
|
|
# Date created: 11 September 1994
|
|
|
|
# Whom: jkh
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1994-09-11 13:26:58 +02:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= gmake
|
2002-10-07 21:14:30 +02:00
|
|
|
PORTVERSION= 3.80
|
2004-02-04 05:36:30 +01:00
|
|
|
PORTREVISION= 2
|
1996-11-18 11:25:35 +01:00
|
|
|
CATEGORIES= devel
|
2001-01-16 18:33:20 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-01-27 08:41:29 +01:00
|
|
|
MASTER_SITE_SUBDIR= make
|
2001-01-16 18:33:20 +01:00
|
|
|
DISTNAME= make-${PORTVERSION}
|
1995-04-09 12:05:17 +02:00
|
|
|
|
2003-06-10 01:44:36 +02:00
|
|
|
MAINTAINER= ade@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= GNU version of 'make' utility
|
1997-10-15 19:14:54 +02:00
|
|
|
|
2002-10-10 09:26:51 +02:00
|
|
|
.if !defined(WITHOUT_NLS)
|
2004-02-04 08:56:11 +01:00
|
|
|
USE_GETTEXT= yes
|
2002-10-10 09:26:51 +02:00
|
|
|
.endif
|
2002-10-09 08:09:48 +02:00
|
|
|
|
2002-10-07 21:14:30 +02:00
|
|
|
USE_BZIP2= yes
|
1995-04-09 12:05:17 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2002-10-10 09:26:51 +02:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
CONFIGURE_ARGS+=--program-prefix=g
|
|
|
|
.if !defined(WITHOUT_NLS)
|
|
|
|
CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \
|
|
|
|
--with-libintl-prefix=${LOCALBASE}
|
|
|
|
PLIST_SUB= NLS=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
CONFIGURE_ENV+= MAKEINFO="/usr/bin/makeinfo --no-split"
|
2000-05-29 08:24:51 +02:00
|
|
|
|
1996-11-18 15:17:24 +01:00
|
|
|
MAN1= gmake.1
|
1994-09-11 13:26:58 +02:00
|
|
|
|
2002-09-14 15:32:06 +02:00
|
|
|
.ifdef USE_GMAKE
|
|
|
|
.error You have `USE_GMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again.
|
|
|
|
.endif
|
|
|
|
|
2002-10-07 21:14:30 +02:00
|
|
|
post-patch:
|
|
|
|
${RM} ${WRKSRC}/doc/make.info*
|
|
|
|
|
1997-01-09 10:19:17 +01:00
|
|
|
# joerg@freebsd.org says our getloadavg() no longer requires setgid kmem
|
1998-08-19 06:16:32 +02:00
|
|
|
|
|
|
|
post-install:
|
1999-08-22 21:01:07 +02:00
|
|
|
${CHMOD} g-s ${PREFIX}/bin/gmake
|
1998-08-19 06:16:32 +02:00
|
|
|
chgrp ${BINGRP} ${PREFIX}/bin/gmake
|
1997-01-09 10:19:17 +01:00
|
|
|
|
1994-09-11 13:26:58 +02:00
|
|
|
.include <bsd.port.mk>
|