1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/mail/cmail/Makefile
Andrej Zverev d7ddc4b90b - Update to version 4.02
- Pass maintainership to submitter

This version adds support for POP3S and IMAPS

PR:		ports/90721
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-12-21 07:01:57 +00:00

36 lines
777 B
Makefile

# New ports collection makefile for: cmail
# Date created: 31 Dec 1998
# Whom: Chip Marshall <chip@chocobo.cx>
#
# $FreeBSD$
#
PORTNAME= cmail
PORTVERSION= 4.02
CATEGORIES= mail
MASTER_SITES= ftp://ftp.eboai.org/pub/users/chip/
MAINTAINER= laszlof@vonostingroup.com
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
MAN3= CMail::In::Base.3 CMail::Out::Base.3
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>