1995-10-12 08:11:56 +01:00
|
|
|
# New ports collection makefile for: autoconf
|
|
|
|
# Date created: 7 October 1995
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: torstenb@FreeBSD.org
|
1995-10-12 08:11:56 +01:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1995-10-12 08:11:56 +01:00
|
|
|
#
|
|
|
|
|
2003-06-29 03:45:09 +02:00
|
|
|
PORTNAME= autoconf
|
2001-10-25 17:22:14 +02:00
|
|
|
PORTVERSION= 2.13.000227
|
2007-07-28 08:33:59 +02:00
|
|
|
PORTREVISION= 6
|
1995-11-26 12:29:21 +01:00
|
|
|
CATEGORIES= devel
|
2003-10-14 05:45:33 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= ade/gnu
|
2001-10-25 17:22:14 +02:00
|
|
|
DISTNAME= autoconf-000227
|
1995-10-12 08:11:56 +01:00
|
|
|
|
2005-06-15 08:28:34 +02:00
|
|
|
MAINTAINER= ade@FreeBSD.org
|
2005-06-16 19:29:45 +02:00
|
|
|
COMMENT= Automatically configure source code on many Un*x platforms (2.13)
|
2004-03-29 00:30:22 +02:00
|
|
|
|
1999-02-11 13:04:27 +01:00
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
2007-07-28 08:33:59 +02:00
|
|
|
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
|
|
|
autoconf-wrapper:${PORTSDIR}/devel/autoconf-wrapper
|
1998-05-04 04:41:51 +02:00
|
|
|
|
2007-07-28 08:33:59 +02:00
|
|
|
BUILD_VERSION= 2.13
|
2003-06-29 03:45:09 +02:00
|
|
|
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
|
2007-07-28 08:33:59 +02:00
|
|
|
LATEST_LINK= autoconf213
|
2001-10-25 17:22:14 +02:00
|
|
|
USE_BZIP2= yes
|
2002-12-10 03:39:10 +01:00
|
|
|
USE_PERL5= yes
|
1995-10-12 08:11:56 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-06-29 03:45:09 +02:00
|
|
|
CONFIGURE_ENV= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4
|
2007-07-28 08:33:59 +02:00
|
|
|
CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION}
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2001-10-29 06:38:09 +01:00
|
|
|
WRKSRC= ${WRKDIR}/autoconf
|
2007-07-28 08:33:59 +02:00
|
|
|
INFO= autoconf-${BUILD_VERSION}
|
|
|
|
|
|
|
|
STRIP= # none
|
1995-10-12 08:11:56 +01:00
|
|
|
|
2002-07-10 00:50:27 +02:00
|
|
|
post-patch:
|
2002-10-13 02:13:19 +02:00
|
|
|
@${RM} ${WRKSRC}/*.info* >/dev/null 2>&1 || true
|
2002-07-10 00:50:27 +02:00
|
|
|
|
1998-09-23 18:13:20 +02:00
|
|
|
post-install:
|
2007-07-28 08:33:59 +02:00
|
|
|
@${CHMOD} +x ${PREFIX}/share/autoconf-${BUILD_VERSION}/config.*
|
2002-10-13 13:34:51 +02:00
|
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/install-sh \
|
2007-07-28 08:33:59 +02:00
|
|
|
${PREFIX}/share/autoconf-${BUILD_VERSION}
|
1997-06-13 09:33:36 +02:00
|
|
|
|
1995-10-12 08:11:56 +01:00
|
|
|
.include <bsd.port.mk>
|