# $OpenBSD: Makefile,v 1.11 1999/09/08 16:41:08 brad Exp $ DISTNAME= autoconf-2.13 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= autoconf MAINTAINER= ports@openbsd.org # Both are needed for now as bsd.port.mk does not cause RUN_DEPENDS to # be created before running configure, which causes the build to do the # wrong thing. The RUN_DEPENDS is needed for packages. BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 SEPARATE_BUILD= concurrent GNU_CONFIGURE= yes post-install: @if [ ! -f ${PREFIX}/info/dir ]; then \ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ fi @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir .include