aboutsummaryrefslogtreecommitdiff
path: root/mail/ricochet/Makefile
blob: dc42e8be8a49d7189e8d922acc3798dedeaaeda5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:	ricochet
# Date created:				02 September 2001
# Whom:	      				Yen-Ming Lee <leeym@leeym.com>
#
# $FreeBSD$
#

PORTNAME=	ricochet
PORTVERSION=    0.98
PORTREVISION=   2
CATEGORIES=	mail
MASTER_SITES=	http://vipul.net/perl/sources/spamcontrol/ricochet/

MAINTAINER=     ache@FreeBSD.org
COMMENT=	An automated agent for tracing and reporting internet junk mail

RUN_DEPENDS=	${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \
		${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
		${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \
		${SITE_PERL}/Net/XWhois.pm:${PORTSDIR}/net/p5-Net-XWhois \
		${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww

NO_BUILD=	yes
PERL_CONFIGURE= yes

do-configure:
.for file in install ricochet
	${REINPLACE_CMD} -e 's,/usr/bin/perl,${PERL},g' ${WRKSRC}/${file}
	${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/${file}
	${REINPLACE_CMD} -e 's,%%INSTALL_DATA%%,${INSTALL_DATA},g' ${WRKSRC}/${file}
.endfor

do-install:
	@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} ./install

.include <bsd.port.mk>