70a7dc65b4
from Changelog: -add BrokenUIDLPOP3Retriever class to support servers that do not implement the UIDL command, or which fail to uniquely identify messages using it. -some IMAP errors would cause getmail to raise an exception, instead of gracefully proceeding with the next configured mail account. Fixed. Thanks: Matthias Andree.
31 lines
602 B
Makefile
31 lines
602 B
Makefile
# $OpenBSD: Makefile,v 1.30 2005/01/21 22:01:43 sturm Exp $
|
|
|
|
COMMENT= "POP3 mail retriever"
|
|
|
|
DISTNAME= getmail-4.3.1
|
|
CATEGORIES= mail
|
|
|
|
HOMEPAGE= http://www.qcc.ca/~charlesc/software/getmail-4/
|
|
|
|
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}old-versions/
|
|
|
|
MODULES= lang/python
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
EXDIR= ${PREFIX}/share/examples/getmail
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${EXDIR}
|
|
${INSTALL_DATA} ${WRKDIST}/docs/getmailrc-examples ${EXDIR}
|
|
|
|
.include <bsd.port.mk>
|