1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/m4/Makefile

27 lines
655 B
Makefile
Raw Normal View History

# New ports collection makefile for: m4
1995-01-12 02:41:23 +00:00
# Version required: 1.4
# Date created: 25 October 1994
# Whom: mr
#
1998-07-02 10:50:52 +00:00
# $Id: Makefile,v 1.7 1997/06/16 08:22:35 max Exp $
#
1995-01-12 02:41:23 +00:00
DISTNAME= m4-1.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
1998-07-02 10:50:52 +00:00
MAINTAINER= ports@FreeBSD.ORG
1995-01-12 02:41:23 +00:00
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>