1999-11-27 06:10:06 +01:00
|
|
|
# New ports collection makefile for: grepmail
|
|
|
|
# Date created: 20 November 1999
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-13 22:01:08 +02:00
|
|
|
PORTNAME= grepmail
|
2001-12-07 16:14:23 +01:00
|
|
|
PORTVERSION= 4.60
|
1999-11-27 06:10:06 +01:00
|
|
|
CATEGORIES= mail
|
2000-06-14 15:21:38 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1999-11-27 06:10:06 +01:00
|
|
|
|
2001-07-31 21:59:17 +02:00
|
|
|
MAINTAINER= jedgar@FreeBSD.org
|
|
|
|
|
2000-05-16 16:09:28 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
|
|
|
|
|
2001-07-31 21:59:17 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2000-02-09 20:18:16 +01:00
|
|
|
|
|
|
|
MAN1= grepmail.1
|
1999-11-27 06:10:06 +01:00
|
|
|
|
2001-07-31 21:59:17 +02:00
|
|
|
post-extract:
|
|
|
|
# we don't want to build the FastReader module
|
|
|
|
@${RM} -f ${WRKSRC}/FastReader/Makefile.PL
|
1999-11-27 06:10:06 +01:00
|
|
|
|
2001-07-31 21:59:17 +02:00
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e 's!<STDIN>!"n"!' ${WRKSRC}/Makefile.PL
|
2001-08-29 19:44:11 +02:00
|
|
|
@${PERL} -pi -e 's|_PERL_|${PERL}|' ${WRKSRC}/grepmail
|
1999-11-27 06:10:06 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|