0cf3def8c6
Patch from PR 34130, which includes resetting the MAINTAINER to the default value. Version 1.2.2 - 1 August 2006 ----------------------------- - Bug fix; a mix up of connections could happen in certain circumstances, when a hostname and/or username was a prefix of another hostname and/or username respectively, or when the same hostname and username was used to connect to a different port. - Bug fix; the list()/lsub() functions parsed mailboxes/folders whose names contained spaces incorrectly. - The list() function now does not return the folder itself, when listing mailboxes inside a specific folder. - It is now possible to define new user keywords for messages inside a mailbox, apart from the standard system flags.
24 lines
646 B
Makefile
24 lines
646 B
Makefile
# $NetBSD: Makefile,v 1.23 2006/08/02 20:03:13 rillig Exp $
|
|
|
|
DISTNAME= imapfilter-1.2.2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://imapfilter.hellug.gr/source/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://imapfilter.hellug.gr/
|
|
COMMENT= Mail filtering utility for the IMAP
|
|
|
|
LDFLAGS.SunOS+= -lsocket -lnsl
|
|
|
|
INSTALLATION_DIRS= share/examples/imapfilter
|
|
|
|
post-install:
|
|
.for f in sample.config.lua sample.extend.lua
|
|
${INSTALL_DATA} ${WRKSRC}/${f} \
|
|
${PREFIX}/share/examples/imapfilter
|
|
.endfor
|
|
|
|
.include "../../lang/lua/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|