1994-10-25 00:10:39 +00:00
|
|
|
# New ports collection makefile for: m4
|
|
|
|
# Date created: 25 October 1994
|
|
|
|
# Whom: mr
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1994-10-25 00:10:39 +00:00
|
|
|
#
|
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= m4
|
|
|
|
PORTVERSION= 1.4
|
1996-11-18 10:25:35 +00:00
|
|
|
CATEGORIES= devel
|
2000-04-11 21:30:15 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-01-27 07:41:29 +00:00
|
|
|
MASTER_SITE_SUBDIR= m4
|
1995-04-09 10:05:17 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1998-07-02 10:50:52 +00:00
|
|
|
|
1999-03-11 21:47:15 +00:00
|
|
|
Y2K= http://www.gnu.org/software/year2000.html
|
|
|
|
|
1995-01-12 02:41:23 +00:00
|
|
|
GNU_CONFIGURE=yes
|
1996-11-18 10:25:35 +00:00
|
|
|
CONFIGURE_ARGS= --program-prefix=g
|
1994-10-25 00:10:39 +00:00
|
|
|
|
1997-06-16 08:23:00 +00:00
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${PREFIX}/share/examples/gm4
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/*.m4 ${PREFIX}/share/examples/gm4
|
|
|
|
@install-info ${PREFIX}/info/m4.info ${PREFIX}/info/dir
|
|
|
|
|
1994-10-25 00:10:39 +00:00
|
|
|
.include <bsd.port.mk>
|