diff options
author | ghen <ghen@pkgsrc.org> | 2007-08-27 10:40:50 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-08-27 10:40:50 +0000 |
commit | 92113fa25f65422f0c62a1f8b0cfc84eab043ff9 (patch) | |
tree | ca176f993cb702c1465538c890b2edbaa6441edc /mail/dovecot-sieve/Makefile | |
parent | 25081dbb6b85a59acc3ebff9eb187ad6bd782578 (diff) | |
download | pkgsrc-92113fa25f65422f0c62a1f8b0cfc84eab043ff9.tar.gz |
Import dovecot Sieve (RFC 3028) plugin for server-side e-mail filtering.
Diffstat (limited to 'mail/dovecot-sieve/Makefile')
-rw-r--r-- | mail/dovecot-sieve/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/dovecot-sieve/Makefile b/mail/dovecot-sieve/Makefile new file mode 100644 index 00000000000..6e2ffa8178e --- /dev/null +++ b/mail/dovecot-sieve/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/08/27 10:40:50 ghen Exp $ + +DISTNAME= dovecot-sieve-1.0.2 +CATEGORIES= mail +MASTER_SITES= http://www.dovecot.org/releases/sieve/ + +MAINTAINER= ghen@NetBSD.org +HOMEPAGE= http://wiki.dovecot.org/LDA/Sieve +COMMENT= Sieve plugin for Dovecot + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +CONFIGURE_ARGS+= --with-dovecot=${PREFIX}/lib/dovecot + +.include "../../mail/dovecot/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |