pkgsrc/mail/imapfilter/Makefile
jtb d864e01a2a Update to 0.8.5.
Changes:

- Bug fix concerning maildir format mail servers, during rcopy/rmove and
  while the namespace option is enabled.  Also, a better explanation of the
  namespace option.
- Correction on program's interaction with non-terminal file descriptors
  (redirection, piping, etc.).
- Minor bug fix that appeared when no mailbox groups where defined.
- Upgrading of the contents of logfile everytime data are appended.
2003-02-22 01:39:37 +00:00

19 lines
541 B
Makefile

# $NetBSD: Makefile,v 1.4 2003/02/22 01:39:37 jtb Exp $
DISTNAME= imapfilter-0.8.5
CATEGORIES= mail
MASTER_SITES= http://imapfilter.hellug.gr/source/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://imapfilter.hellug.gr/
COMMENT= Mail filtering utility for the IMAP
USE_BUILDLINK2= # defined
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/imapfilter
${INSTALL_DATA} ${WRKSRC}/sample.imapfilterrc \
${PREFIX}/share/examples/imapfilter
.include "../../security/openssl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"