aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Graph/Makefile
blob: 9c77144a82193dac84d04d49ec9d7a3076100779 (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
37
38
39
40
41
42
43
44
# New ports collection makefile for:	p5-Mail-Graph
# Date created:				Nov 4 2003
# Whom:					Cheng-Lung Sung <clsung@dragon2.net>
#
# $FreeBSD$
#

PORTNAME=	Mail-Graph
PORTVERSION=	0.14
PORTREVISION=	4
CATEGORIES=	mail perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	clsung@FreeBSD.org
COMMENT=	Perl module for drawing graphical stats for mails/spams

BUILD_DEPENDS=	${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
		${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
		${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \
		${SITE_PERL}/GD/Text.pm:${PORTSDIR}/graphics/p5-GD-TextUtil \
		${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes
EXAMPLESCRIPT=	samples/*pl
EXAMPLEDUMMY=	samples/index/dummy.txt
EXAMPLEOUTPUT=	samples/output/w3c.png samples/output/spam.css
EXAMPLEARCHIVE=	samples/archive/*.gz

MAN3=	Mail::Graph.3

post-install:
	@${MKDIR} ${EXAMPLESDIR}
	@${MKDIR} ${EXAMPLESDIR}/archive
	@${MKDIR} ${EXAMPLESDIR}/index
	@${MKDIR} ${EXAMPLESDIR}/output
	cd ${WRKSRC} && \
	${INSTALL_SCRIPT} ${EXAMPLESCRIPT} ${EXAMPLESDIR}  && \
	${INSTALL_SCRIPT} ${EXAMPLEDUMMY} ${EXAMPLESDIR}/index && \
	${INSTALL_SCRIPT} ${EXAMPLEOUTPUT} ${EXAMPLESDIR}/output && \
	${INSTALL_SCRIPT} ${EXAMPLEARCHIVE} ${EXAMPLESDIR}/archive

.include <bsd.port.mk>