openbsd-ports/devel/autoconf/Makefile

23 lines
516 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 1999/01/19 00:08:58 espie 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
1997-12-01 17:49:40 -05:00
MASTER_SITES= ${MASTER_SITE_GNU}
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
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>