freebsd-ports/mail/ifile/Makefile
Edwin Groothuis 5019ffc91b Half of these ones missed yesterday while converting to USE_REINPLACE.
The other half needs perl to build.

Noticed on bento and others (full mailbox :-)
2002-11-04 22:57:37 +00:00

26 lines
529 B
Makefile

# New ports collection makefile for: ifile
# Date created: 29 Jan 2002
# Whom: David Bushong <david+ports@bushong.net>
#
# $FreeBSD$
#
PORTNAME= ifile
PORTVERSION= 1.1.4
CATEGORIES= mail textproc
MASTER_SITES= http://www.ai.mit.edu/~jrennie/ifile/
MAINTAINER= david+ports@bushong.net
USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= ifile.1
post-patch:
.for file in argp-help.c strndup.c
@${REINPLACE_CMD} -e 's/malloc\.h/stdlib.h/g' ${WRKSRC}/argp/${file}
.endfor
.include <bsd.port.mk>