openbsd-ports/devel/autoconf/Makefile

40 lines
1.0 KiB
Makefile
Raw Normal View History

2001-10-07 08:15:33 -04:00
# $OpenBSD: Makefile,v 1.25 2001/10/07 12:15:33 espie Exp $
COMMENT= "automatically configure source code on many Un*x platforms"
1997-12-01 17:49:40 -05:00
DISTNAME= autoconf-2.13
1997-12-01 17:49:40 -05:00
CATEGORIES= devel
NEED_VERSION= 1.402
1997-12-01 17:49:40 -05:00
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= autoconf
1997-12-01 17:49:40 -05:00
HOMEPAGE= http://www.gnu.org/software/autoconf/
2000-10-09 20:40:20 -04:00
MAINTAINER= Marc Espie <espie@openbsd.org>
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
SEPARATE_BUILD= concurrent
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__
@if [ X`echo "__line__"|/usr/bin/m4 -g 2>/dev/null` \
== "X1" ]; then \
exit 0; \
fi; \
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."; \
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>