blob: 3c272a11877ad067927d2bfa7425c96474d72b8b (
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
|
# 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= ports@FreeBSD.org
COMMENT= A simple mail counter, useful for multiple mailfiles
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>
|