freebsd-ports/devel/m4/Makefile

26 lines
515 B
Makefile
Raw Normal View History

# New ports collection makefile for: m4
# Date created: 25 October 1994
# Whom: mr
#
1999-08-25 01:57:29 -04:00
# $FreeBSD$
#
2000-04-11 17:30:15 -04:00
PORTNAME= m4
PORTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= devel
2000-04-11 17:30:15 -04:00
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= m4
MAINTAINER= ports@FreeBSD.org
1998-07-02 06:50:52 -04: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
@install-info ${PREFIX}/info/m4.info ${PREFIX}/info/dir
.include <bsd.port.mk>