blob: 8f1f7aa59d668e3f82f82b8ddc09e0a73c6eb998 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# $NetBSD: Makefile,v 1.5 2011/04/22 13:44:02 obache Exp $
DISTNAME= dovecot-2.0-pigeonhole-0.2.3
PKGNAME= ${DISTNAME:S/-2.0-/-/}
PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.rename-it.nl/dovecot/2.0/
MAINTAINER= ghen@NetBSD.org
HOMEPAGE= http://www.dovecot.org/
COMMENT= Support for the Sieve language and the ManageSieve protocol
LICENSE= gnu-lgpl-v2.1
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config rpcgen
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
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"
|