1994-10-24 20:10:39 -04:00
|
|
|
# New ports collection makefile for: m4
|
1995-01-11 21:41:23 -05:00
|
|
|
# Version required: 1.4
|
1994-10-24 20:10:39 -04:00
|
|
|
# Date created: 25 October 1994
|
|
|
|
# Whom: mr
|
|
|
|
#
|
1999-08-25 01:57:29 -04:00
|
|
|
# $FreeBSD$
|
1994-10-24 20:10:39 -04:00
|
|
|
#
|
|
|
|
|
1995-01-11 21:41:23 -05:00
|
|
|
DISTNAME= m4-1.4
|
1996-11-18 05:25:35 -05:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-01-27 02:41:29 -05:00
|
|
|
MASTER_SITE_SUBDIR= m4
|
1995-04-09 06:05:17 -04:00
|
|
|
|
1999-08-31 02:53:31 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1998-07-02 06:50:52 -04:00
|
|
|
|
1999-03-11 16:47:15 -05:00
|
|
|
Y2K= http://www.gnu.org/software/year2000.html
|
|
|
|
|
1995-01-11 21:41:23 -05:00
|
|
|
GNU_CONFIGURE=yes
|
1996-11-18 05:25:35 -05:00
|
|
|
CONFIGURE_ARGS= --program-prefix=g
|
1994-10-24 20:10:39 -04:00
|
|
|
|
1997-06-16 04:23:00 -04: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-24 20:10:39 -04:00
|
|
|
.include <bsd.port.mk>
|