1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/mail/archivemail/Makefile
Alan Eldridge 61028157db Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realize
mail's case insensitive and will try to type that. Sorry folks, purely a
cosmetic change here, nothing to see, move along, move along....
2002-11-01 13:09:32 +00:00

35 lines
731 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= alane@FreeBSD.org
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>