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