openbsd-ports/devel/autoconf/Makefile

33 lines
766 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.19 2000/03/24 20:48:19 espie Exp $
1997-12-01 17:49:40 -05:00
DISTNAME= autoconf-2.13
1997-12-01 17:49:40 -05:00
CATEGORIES= devel
2000-03-05 13:30:21 -05:00
NEED_VERSION= 1.223
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
2000-03-18 10:54:22 -05:00
MAINTAINER= espie@cvs.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
2000-03-05 22:51:34 -05:00
HAS_CONFIGURE= Yes
CONFIGURE_ARGS=--prefix='$${DESTDIR}${PREFIX}' --sysconfdir='$${DESTDIR}/etc'
2000-03-18 10:54:22 -05:00
CONFIGURE_ENV=M4=/usr/bin/m4
FAKE= Yes
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; \
2000-03-18 10:54:22 -05:00
echo >&2 "Your m4 is not current enough, sorry"; \
exit 1
1997-12-01 17:49:40 -05:00
.include <bsd.port.mk>