openbsd-ports/devel/autoconf/Makefile

29 lines
810 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 1999/04/01 06:20:06 brad Exp $
1997-12-01 17:49:40 -05:00
1999-01-06 16:29:51 -05:00
DISTNAME= autoconf-2.13
1997-12-01 17:49:40 -05:00
CATEGORIES= devel
1998-10-08 14:21:00 -04:00
1999-01-06 16:29:51 -05:00
MAINTAINER= marc@OpenBSD.ORG
1998-10-08 14:21:00 -04:00
1999-03-10 12:55:21 -05:00
SEPARATE_BUILD=concurrent
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
# 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.
#
1997-12-01 17:49:40 -05:00
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
1997-12-01 17:49:40 -05:00
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 <bsd.port.mk>