2012-09-27 00:51:03 +02:00
|
|
|
# Created by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
|
2010-11-27 07:01:33 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dovecot-pigeonhole
|
2016-04-27 17:42:50 +02:00
|
|
|
PORTVERSION= 0.4.14
|
2010-11-27 07:01:33 +01:00
|
|
|
CATEGORIES= mail
|
2014-05-19 09:45:14 +02:00
|
|
|
MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/
|
2010-11-27 07:01:33 +01:00
|
|
|
DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}
|
|
|
|
|
2014-11-13 19:58:42 +01:00
|
|
|
MAINTAINER= ler@lerctr.org
|
2012-12-02 13:11:34 +01:00
|
|
|
COMMENT= Sieve plugin for the Dovecot 'deliver' LDA and LMTP
|
2010-11-27 07:01:33 +01:00
|
|
|
|
2012-05-29 10:51:15 +02:00
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS:= dovecot2>=${DOVECOTVERSION}:mail/dovecot2
|
|
|
|
RUN_DEPENDS:= dovecot2>=${DOVECOTVERSION}:mail/dovecot2
|
2010-11-27 07:01:33 +01:00
|
|
|
|
2013-05-23 19:58:48 +02:00
|
|
|
DOVECOTVERSION= 2.2
|
2010-11-27 07:01:33 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-07-16 19:51:12 +02:00
|
|
|
CONFIGURE_ARGS= --exec-prefix=${PREFIX} \
|
|
|
|
--without-dovecot-install-dirs \
|
2010-11-27 07:01:33 +01:00
|
|
|
--docdir=${DOCSDIR} \
|
|
|
|
--with-dovecot="${LOCALBASE}/lib/dovecot"
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2014-07-24 20:34:16 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
USES= libtool
|
2010-11-27 07:01:33 +01:00
|
|
|
USE_LDCONFIG= ${PREFIX}/lib/dovecot
|
2015-01-04 10:52:41 +01:00
|
|
|
USE_OPENSSL= yes
|
2010-11-27 07:01:33 +01:00
|
|
|
|
2016-04-17 18:38:10 +02:00
|
|
|
OPTIONS_DEFINE= DOCS MANAGESIEVE
|
|
|
|
OPTIONS_DEFAULT=MANAGESIEVE
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
MANAGESIEVE_DESC= ManageSieve support
|
|
|
|
MANAGESIEVE_CONFIGURE_WITH= managesieve
|
|
|
|
|
2015-05-17 09:25:49 +02:00
|
|
|
PORTDOCS= sieve/extensions/* sieve/plugins/* sieve/locations/*
|
2010-11-27 07:01:33 +01:00
|
|
|
|
|
|
|
post-patch:
|
2012-05-29 10:51:15 +02:00
|
|
|
@${REINPLACE_CMD} -E '\
|
2013-07-16 19:51:12 +02:00
|
|
|
s!^(install-data-am:) install-sieve_docDATA!\1!; \
|
2012-05-29 10:51:15 +02:00
|
|
|
s!^(uninstall-am:) uninstall-sieve_docDATA!\1!;' \
|
|
|
|
${WRKSRC}/doc/Makefile.in
|
2010-11-27 07:01:33 +01:00
|
|
|
|
2013-10-02 01:24:09 +02:00
|
|
|
.include <bsd.port.mk>
|