openbsd-ports/devel/autoconf/Makefile

32 lines
740 B
Makefile
Raw Normal View History

2000-03-18 10:54:22 -05:00
# $OpenBSD: Makefile,v 1.18 2000/03/18 15:54:22 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 [ `echo "__line__"|/usr/bin/m4 -g` \
!= "1" ]; then \
echo >&2 "Your m4 is not current enough, sorry"; \
exit 1; \
fi
1997-12-01 17:49:40 -05:00
.include <bsd.port.mk>