blob: 51aa5f0ac633090bb0ef1b6a45cc4e841004bbd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= ifile.1
post-patch:
.for file in argp-help.c strndup.c
@${PERL} -pi -e 's/malloc\.h/stdlib.h/g' ${WRKSRC}/argp/${file}
.endfor
.include <bsd.port.mk>
|