1999-03-18 06:29:14 +01:00
|
|
|
# New ports collection makefile for: cmail
|
|
|
|
# Date created: 31 Dec 1998
|
2001-03-27 15:06:15 +02:00
|
|
|
# Whom: Chip Marshall <chip@chocobo.cx>
|
1999-03-18 06:29:14 +01:00
|
|
|
#
|
1999-08-25 08:51:17 +02:00
|
|
|
# $FreeBSD$
|
1999-03-18 06:29:14 +01:00
|
|
|
#
|
|
|
|
|
2000-04-13 22:01:08 +02:00
|
|
|
PORTNAME= cmail
|
2003-01-08 19:26:06 +01:00
|
|
|
PORTVERSION= 4.01
|
1999-03-18 06:29:14 +01:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= ftp://ftp.eboai.org/pub/users/chip/
|
|
|
|
|
2001-03-27 15:06:15 +02:00
|
|
|
MAINTAINER= chip@chocobo.cx
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= A simple mail counter, useful for multiple mailfiles
|
1999-03-18 06:29:14 +01:00
|
|
|
|
2003-01-08 19:26:06 +01:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
|
1999-03-18 06:29:14 +01:00
|
|
|
|
2003-01-08 19:26:06 +01:00
|
|
|
USE_BZIP2= yes
|
2001-03-27 15:06:15 +02:00
|
|
|
PERL_CONFIGURE= yes
|
1999-03-18 06:29:14 +01:00
|
|
|
|
2001-03-27 15:06:15 +02:00
|
|
|
MAN1= cmail.1
|
2003-01-08 19:26:06 +01:00
|
|
|
DOCS= LICENSE README
|
2001-03-27 15:06:15 +02:00
|
|
|
|
|
|
|
post-install:
|
2003-01-08 19:26:06 +01:00
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/cmail.rc ${EXAMPLESDIR}
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in ${DOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
1999-03-18 06:29:14 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|