mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
d7ddc4b90b
- Pass maintainership to submitter This version adds support for POP3S and IMAPS PR: ports/90721 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
36 lines
777 B
Makefile
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>
|