1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/m4/Makefile
Masafumi Max NAKANE ed71475d63 Use install-info to add/delete info entry to the dir file.
Also install examples.
1997-06-16 08:23:00 +00:00

25 lines
626 B
Makefile

# New ports collection makefile for: m4
# Version required: 1.4
# Date created: 25 October 1994
# Whom: mr
#
# $Id: Makefile,v 1.6 1996/11/18 10:22:52 asami Exp $
#
DISTNAME= m4-1.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
GNU_CONFIGURE=yes
CONFIGURE_ARGS= --program-prefix=g
post-install:
@${MKDIR} ${PREFIX}/share/examples/gm4
${INSTALL_DATA} ${WRKSRC}/examples/*.m4 ${PREFIX}/share/examples/gm4
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
@install-info ${PREFIX}/info/m4.info ${PREFIX}/info/dir
.include <bsd.port.mk>