summaryrefslogtreecommitdiff
path: root/mail/gtkgrepmail/Makefile
blob: 6150c3d0d946270f59a1eced523fcedd306d4ae3 (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
# New ports collection makefile for:   gtkgrepmail
# Date created:        19 May 2002
# Whom:                Oliver Braun <obraun@informatik.unibw-muenchen.de>
#
# $FreeBSD$
#

PORTNAME=	gtkgrepmail
PORTVERSION=	0.6
CATEGORIES=	mail
MASTER_SITES=	ftp://ftp.terminus.net.au/unix/perl/
EXTRACT_SUFX=	.tgz

MAINTAINER=	obraun@FreeBSD.org

BUILD_DEPENDS=	grepmail:${PORTSDIR}/mail/grepmail \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI
RUN_DEPENDS=	grepmail:${PORTSDIR}/mail/grepmail \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI

PERL_CONFIGURE=	YES

MAN1=		gtkgrepmail.1

PORTDOCS=	COPYING FAQ NEWS ROADMAP changelog INSTALL README TODO

.if !defined(NOPORTDOCS)
post-install:
	@${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/Documentation/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>