4d7002d0fa
Changes in version 0.9.5 - Fix of bug that appeared in daemon mode, where the date used in search queries (newer/older command) was not updated each time the program connected to the server. - Added an explanation on the way the program does the filtering (filter execution order, etc.) - Added new variable to control if a message is flagged as seen, when part of it (ie. some of its headers) is fetched. Changes in version 0.9.4 - Bug fix; rcopy/rmove failure, while trying to FETCH the header of a message. Changes in version 0.9.3 - Bug fix; default variable not substituted during rcopy/rmove.
22 lines
685 B
Makefile
22 lines
685 B
Makefile
# $NetBSD: Makefile,v 1.10 2003/12/11 23:05:16 seb Exp $
|
|
|
|
DISTNAME= imapfilter-0.9.5
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://imapfilter.hellug.gr/source/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://imapfilter.hellug.gr/
|
|
COMMENT= Mail filtering utility for the IMAP
|
|
|
|
USE_BUILDLINK2= # defined
|
|
|
|
CFLAGS+= -I${BUILDLINK_PREFIX.openssl}/include
|
|
LDFLAGS+= -L${BUILDLINK_PREFIX.openssl}/lib -Wl,${RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
|
|
|
|
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"
|