mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ed71475d63
Also install examples.
25 lines
626 B
Makefile
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>
|