freebsd-ports/mail/grepmail/Makefile

31 lines
808 B
Makefile
Raw Normal View History

# 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
2000-05-16 16:09:28 +02:00
PORTVERSION= 4.40
CATEGORIES= mail
2000-02-09 20:18:16 +01:00
MASTER_SITES= http://download.sourceforge.net/grepmail/
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
2000-02-09 20:18:16 +01:00
MAINTAINER= jedgar@FreeBSD.org
2000-05-03 03:56:52 +02:00
USE_PERL5= yes
2000-02-09 20:18:16 +01:00
MAN1= grepmail.1
do-configure:
@${PERL} -pi.orig -e 's|_PERL_|${PERL}|' ${WRKSRC}/grepmail
2000-05-16 16:09:28 +02:00
@cd ${WRKSRC} && ${PERL} Makefile.PL
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/grepmail ${PREFIX}/bin
2000-05-16 16:09:28 +02:00
${INSTALL_MAN} ${WRKSRC}/blib/man1/grepmail.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>