Changes since last packaged version (2.0.3): Version 2.0.6 - 7 October 2007 ------------------------------ - Bug fix; the search query that was sent with the select_all() method had an incorrect format and this caused an error in some mail servers. Version 2.0.5 - 4 October 2007 ------------------------------ - Bug fix; an error in the sample extensions file. - Bug fix; typo errors in the manual page. - The documentation was updated with details and examples on how to access mailboxes inside folders. - Examples were added on how to define composite filters that include multiple searching rules. Version 2.0.4 - 27 September 2007 --------------------------------- - Bug fix; the send_query() method didn't return the special form of table that the rest of the searching methods did. - An additional searching method has been added to search for keyword flags set. - A new variable that was added to the Makefile makes it possible to set an alternative environment for the installation path.
25 lines
685 B
Makefile
25 lines
685 B
Makefile
# $NetBSD: Makefile,v 1.27 2007/10/28 16:42:48 seb Exp $
|
|
|
|
DISTNAME= imapfilter-2.0.6
|
|
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 "../../devel/pcre/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|