diff options
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" |