b5ac288585
Approved by: krion
35 lines
807 B
Makefile
35 lines
807 B
Makefile
# New ports collection makefile for: archivemail
|
|
# Date created: 2002/04/02
|
|
# Whom: Alan Eldridge <alane@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= archivemail
|
|
PORTVERSION= 0.6.1
|
|
PORTREVISION= 0
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= sergei@FreeBSD.org
|
|
COMMENT= Search mailbox files and archive or delete mail older than N days
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
MAN1= archivemail.1
|
|
DOCS= CHANGELOG FAQ README TODO
|
|
|
|
post-install:
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/examples/archivemail_all ${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/test_archivemail.py ${EXAMPLESDIR}
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for file in ${DOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|