2001-10-07 08:15:33 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.25 2001/10/07 12:15:33 espie Exp $
|
2001-05-05 20:12:42 -04:00
|
|
|
|
|
|
|
COMMENT= "automatically configure source code on many Un*x platforms"
|
1997-12-01 17:49:40 -05:00
|
|
|
|
1999-09-08 12:41:08 -04:00
|
|
|
DISTNAME= autoconf-2.13
|
1997-12-01 17:49:40 -05:00
|
|
|
CATEGORIES= devel
|
2001-05-05 20:12:42 -04:00
|
|
|
NEED_VERSION= 1.402
|
1997-12-01 17:49:40 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-02-15 14:12:56 -05:00
|
|
|
MASTER_SITE_SUBDIR= autoconf
|
1997-12-01 17:49:40 -05:00
|
|
|
|
2000-06-25 03:22:45 -04:00
|
|
|
HOMEPAGE= http://www.gnu.org/software/autoconf/
|
|
|
|
|
2000-10-09 20:40:20 -04:00
|
|
|
MAINTAINER= Marc Espie <espie@openbsd.org>
|
1999-09-08 12:41:08 -04:00
|
|
|
|
2000-03-18 10:54:22 -05:00
|
|
|
# GPL
|
2000-03-05 13:30:21 -05:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-03-18 10:54:22 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2000-02-12 03:02:07 -05:00
|
|
|
|
1999-09-08 12:41:08 -04:00
|
|
|
SEPARATE_BUILD= concurrent
|
2000-06-25 03:22:45 -04:00
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
CONFIGURE_ENV= M4=/usr/bin/m4
|
1997-12-01 17:49:40 -05:00
|
|
|
|
2000-03-18 10:54:22 -05:00
|
|
|
pre-configure:
|
|
|
|
# Check if /usr/bin/m4 recognizes option -g, and has builtin __line__
|
2000-03-24 15:48:19 -05:00
|
|
|
@if [ X`echo "__line__"|/usr/bin/m4 -g 2>/dev/null` \
|
|
|
|
== "X1" ]; then \
|
|
|
|
exit 0; \
|
|
|
|
fi; \
|
2000-03-29 20:46:58 -05:00
|
|
|
echo >&2 "Your m4 is not current enough, sorry."; \
|
|
|
|
echo >&2 "The turning point was March 18, 2000, a few months after 2.6 came out."; \
|
|
|
|
echo >&2 "Update m4 to a more recent version," ; \
|
|
|
|
echo >&2 "or retrieve an older version of the autoconf port."; \
|
2000-03-24 15:48:19 -05:00
|
|
|
exit 1
|
1997-12-01 17:49:40 -05:00
|
|
|
|
2001-10-07 08:15:33 -04:00
|
|
|
REGRESS_DEPENDS=:dejagnu-*:devel/dejagnu
|
|
|
|
|
1997-12-01 17:49:40 -05:00
|
|
|
.include <bsd.port.mk>
|