summaryrefslogtreecommitdiff
path: root/mail/cmail/Makefile
blob: e0d0179493ed7fb200a0eded931ba424091c0d12 (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
# New ports collection makefile for:	cmail
# Date created:		31 Dec 1998
# Whom:			Chip Marshall <chip@chocobo.cx>
#
# $FreeBSD$
#

PORTNAME=	cmail
PORTVERSION=	4.01
CATEGORIES=	mail
MASTER_SITES=	ftp://ftp.eboai.org/pub/users/chip/

MAINTAINER=	chip@chocobo.cx

RUN_DEPENDS=	${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor

USE_BZIP2=	yes
PERL_CONFIGURE=	yes

MAN1=		cmail.1
DOCS=		LICENSE README

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

.include <bsd.port.mk>