freebsd-ports/mail/getmail/Makefile

33 lines
843 B
Makefile
Raw Normal View History

2001-05-06 01:38:07 +02:00
# New ports collection makefile for: getmail
# Date created: 06 May 2001
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
2001-05-06 01:38:07 +02:00
#
# $FreeBSD$
#
PORTNAME= getmail
PORTVERSION= 4.3.8
CATEGORIES= mail python
MASTER_SITES= http://pyropus.ca/software/getmail/%SUBDIR%/
MASTER_SITE_SUBDIR= old-versions
2001-05-06 01:38:07 +02:00
MAINTAINER= question+fbsdports@closedsrc.org
COMMENT= POP3/IMAP4 mail retriever with Maildir and command delivery
2001-05-06 01:38:07 +02:00
USE_PYTHON= yes
USE_PYDISTUTILS= yes
2001-05-06 01:38:07 +02:00
MAN1= getmail.1 getmail_maildir.1 getmail_mbox.1
DOCS= ../README BUGS CHANGELOG THANKS TODO *.txt *.html *.css
post-install:
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/docs/getmailrc-examples ${EXAMPLESDIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC}/docs && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
@${CAT} ${PKGMESSAGE}
2001-05-06 01:38:07 +02:00
.include <bsd.port.mk>