File:  [cvs.NetBSD.org] / pkgsrc / mail / dovecot2-pigeonhole / Makefile
Revision 1.59: download - view: text, annotated - select for diffs
Fri Dec 4 04:56:00 2020 UTC (4 years, 5 months ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, HEAD
Revbump for openpam cppflags change months ago, belatedly.

# $NetBSD: Makefile,v 1.59 2020/12/04 04:56:00 riastradh Exp $

DISTNAME=	dovecot-2.3-pigeonhole-0.5.11
PKGNAME=	${DISTNAME:S/-2.3-/-/}
PKGREVISION=	2
CATEGORIES=	mail
MASTER_SITES=	https://pigeonhole.dovecot.org/releases/2.3/

MAINTAINER=	adam@NetBSD.org
HOMEPAGE=	https://www.dovecot.org/
COMMENT=	Support for the Sieve language and the ManageSieve protocol
LICENSE=	gnu-lgpl-v2.1

USE_LIBTOOL=		yes
USE_TOOLS+=		pkg-config

GNU_CONFIGURE=		yes
CONFIGURE_ARGS+=	--disable-hardening

EGDIR=			${PREFIX}/share/examples/dovecot
CONFD=			${PKG_SYSCONFDIR}/dovecot/conf.d
MAKE_DIRS+=		${CONFD}
CONF_FILES+=		${EGDIR}/conf.d/20-managesieve.conf ${CONFD}/20-managesieve.conf
CONF_FILES+=		${EGDIR}/conf.d/90-sieve.conf ${CONFD}/90-sieve.conf

.include "../../mail/dovecot2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>