2004-03-01 16:19:41 +01:00
|
|
|
# $NetBSD: Makefile,v 1.15 2004/03/01 15:19:41 jmmv Exp $
|
2003-05-14 06:17:31 +02:00
|
|
|
|
2003-12-09 05:06:37 +01:00
|
|
|
DISTNAME= dovecot-0.99.10.4
|
2004-03-01 16:19:41 +01:00
|
|
|
PKGREVISION= 1
|
2003-09-23 15:54:25 +02:00
|
|
|
CATEGORIES= mail
|
2004-01-01 04:38:33 +01:00
|
|
|
MASTER_SITES= http://dovecot.fi/
|
2003-05-14 06:17:31 +02:00
|
|
|
|
2003-12-09 05:06:37 +01:00
|
|
|
PATCH_SITES= http://www.roughtrade.net/dovecot/
|
|
|
|
PATCHFILES= dovecot-crammd5-0.99.10.2.diff
|
2003-09-23 15:54:25 +02:00
|
|
|
PATCH_DIST_STRIP= -p1
|
2003-05-14 06:17:31 +02:00
|
|
|
|
2003-09-23 15:54:25 +02:00
|
|
|
MAINTAINER= tom@replic8.net
|
2004-01-01 04:38:33 +01:00
|
|
|
HOMEPAGE= http://dovecot.fi/
|
2003-09-23 15:54:25 +02:00
|
|
|
COMMENT= Secure IMAP and POP3 server
|
|
|
|
|
2004-02-10 01:32:35 +01:00
|
|
|
USE_BUILDLINK3= YES
|
2003-09-23 15:54:25 +02:00
|
|
|
USE_LIBTOOL= YES
|
|
|
|
USE_PKGINSTALL= YES
|
|
|
|
GNU_CONFIGURE= YES
|
2003-05-14 06:17:31 +02:00
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
|
|
CONFIGURE_ARGS+= --localstatedir=/var
|
2003-09-23 16:27:34 +02:00
|
|
|
CONFIGURE_ARGS+= --with-ssldir=${SSLCERTS}
|
2003-05-14 06:17:31 +02:00
|
|
|
|
2003-06-23 17:06:10 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
2003-11-02 18:24:06 +01:00
|
|
|
BUILD_DEFS+= DOVECOT_USE_GNUTLS DOVECOT_USE_PGSQL \
|
|
|
|
USE_INET6 USE_OPENLDAP USE_SASL2
|
2003-05-14 06:17:31 +02:00
|
|
|
|
|
|
|
.if !empty(DOVECOT_USE_GNUTLS:M[Yy][Ee][Ss])
|
|
|
|
CONFIGURE_ARGS+= --enable-ssl=gnutls
|
2004-02-10 01:32:35 +01:00
|
|
|
. include "../../security/gnutls/buildlink3.mk"
|
2003-05-14 06:17:31 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --enable-ssl=openssl
|
2004-02-10 01:32:35 +01:00
|
|
|
. include "../../security/openssl/buildlink3.mk"
|
2003-05-14 06:17:31 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !empty(DOVECOT_USE_PGSQL:M[Yy][Ee][Ss])
|
|
|
|
CONFIGURE_ARGS+= --with-pgsql
|
|
|
|
CPPFLAGS= -I${BUILDLINK_DIR}/include/pgsql
|
2004-02-10 01:32:35 +01:00
|
|
|
. include "../../databases/postgresql-lib/buildlink3.mk"
|
2003-05-14 06:17:31 +02:00
|
|
|
.endif
|
|
|
|
|
2003-11-02 18:24:06 +01:00
|
|
|
.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])
|
|
|
|
CONFIGURE_ARGS+= --enable-ipv6
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !empty(USE_OPENLDAP:M[Yy][Ee][Ss])
|
|
|
|
CONFIGURE_ARGS+= --with-ldap
|
2004-02-10 01:32:35 +01:00
|
|
|
. include "../../databases/openldap/buildlink3.mk"
|
2003-11-02 18:24:06 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(USE_SASL2) && !empty(USE_SASL2:M[Yy][Ee][Ss])
|
|
|
|
CONFIGURE_ARGS+= --with-cyrus-sasl2
|
2004-02-10 01:32:35 +01:00
|
|
|
. include "../../security/cyrus-sasl2/buildlink3.mk"
|
2003-11-02 18:24:06 +01:00
|
|
|
.endif
|
|
|
|
|
2003-05-14 06:17:31 +02:00
|
|
|
RCD_SCRIPTS= dovecot
|
|
|
|
|
|
|
|
DOVECOT_USER?= dovecot
|
|
|
|
DOVECOT_GROUP?= dovecot
|
|
|
|
PKG_GROUPS= ${DOVECOT_GROUP}
|
|
|
|
PKG_USERS= ${DOVECOT_USER}:${DOVECOT_GROUP}::Dovecot\\ IMAP/POP3\\ user
|
|
|
|
|
|
|
|
EGDIR= ${PREFIX}/share/examples/dovecot
|
|
|
|
CONF_FILES= ${EGDIR}/dovecot.conf.default ${PKG_SYSCONFDIR}/dovecot.conf
|
|
|
|
|
|
|
|
post-configure:
|
2004-02-10 01:32:35 +01:00
|
|
|
@cd ${WRKSRC}; \
|
|
|
|
for file in dovecot-example.conf; do \
|
|
|
|
${SED} ${FILES_SUBST_SED} $$file > $$file.new; \
|
|
|
|
${MV} -f $$file.new $$file; \
|
|
|
|
done
|
2003-05-14 06:17:31 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${EGDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/dovecot-example.conf \
|
|
|
|
${EGDIR}/dovecot.conf.default
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/dovecot-* ${EGDIR}
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/doc/mkcert.sh ${EGDIR}
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|