Distfile changes. 1. Official annoucne says "The only change here is that the configure.ac file has correctly formatted version number." 2. Name of distfile is changed to match previous file naming scheme. Old distfile is still available. 3. automake 1.15.1 is used instead of previous 1.15. So, generated files by it are changed. 4. Other files are not changed, so there is no functional change. Bump PKGREVISION.
27 lines
809 B
Makefile
27 lines
809 B
Makefile
# $NetBSD: Makefile,v 1.58 2020/08/13 15:28:45 taca Exp $
|
|
|
|
DISTNAME= dovecot-2.3-pigeonhole-0.5.11
|
|
PKGNAME= ${DISTNAME:S/-2.3-/-/}
|
|
PKGREVISION= 1
|
|
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"
|