62c264453a
+ Install some more of the HTML documentation in the location expected by courier-mta. + Moved the default locations for the imapd and pop3d SSL certificates into ${PKG_SYSCONFDIR}. These paths may be changed directly in the imapd-ssl and pop3d-ssl configuration files by modifying TLS_CERTFILE. * New capability to control announcements of IMAP ACL support when starting imapd. * Optimization: Skip going through the motions of outputting the results of a SORT if the number of sorted messages is 0. * Have CREATE and RENAME also create courierimapuidlist. * Log total bytes sent/received in IMAP and POP3 sessions.
90 lines
3.4 KiB
Makefile
90 lines
3.4 KiB
Makefile
# $NetBSD: Makefile,v 1.53 2006/04/28 18:15:20 jlam Exp $
|
|
|
|
DISTNAME= courier-imap-4.1.0
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jlam@pkgsrc.org
|
|
COMMENT= IMAP server for access to maildir-style mailboxes
|
|
HOMEPAGE= http://www.courier-mta.org/imap/
|
|
|
|
DEPENDS+= courier-maildir>=0.53.1:../../mail/courier-maildir
|
|
|
|
USE_TOOLS+= env gmake perl
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
|
|
PKG_SUPPORTED_OPTIONS+= fam
|
|
|
|
# PKGNAME is a parameter to the following file
|
|
PKGNAME= ${DISTNAME}
|
|
.include "../../mail/courier-mta/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --datadir=${DATADIR:Q}
|
|
CONFIGURE_ARGS+= --libexecdir=${LIBEXECDIR:Q}
|
|
|
|
CONFIGURE_ARGS+= --with-mailuser=${ROOT_USER:Q}
|
|
CONFIGURE_ARGS+= --with-piddir=${VARBASE:Q}/run
|
|
CONFIGURE_ARGS+= --program-transform-name='s/\.rc$$//'
|
|
CONFIGURE_ENV+= OPENSSL=${SSLBASE:Q}/bin/openssl
|
|
|
|
INSTALL_AM_MAKEFLAGS= sysconfdir=${EGDIR:Q}
|
|
INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} AM_MAKEFLAGS=${INSTALL_AM_MAKEFLAGS:Q}
|
|
|
|
# Used in ${PKGDIR}/INSTALL
|
|
FILES_SUBST+= SSLCERTS=${SSLCERTS:Q}
|
|
|
|
REQD_DIRS+= ${DATADIR} ${DOCDIR} ${EGDIR} ${LIBEXECDIR}
|
|
MAKE_DIRS+= ${VARBASE}/run ${COURIER_STATEDIR}
|
|
|
|
.for _file_ in imapd.cnf imapd.dist imapd-ssl.dist \
|
|
pop3d.cnf pop3d.dist pop3d-ssl.dist
|
|
CONF_FILES_PERMS+= ${EGDIR}/${_file_} \
|
|
${PKG_SYSCONFDIR}/${_file_:S/.dist$//} \
|
|
${COURIER_FILE_PERMS}
|
|
.endfor
|
|
RCD_SCRIPTS= courierimap courierimaps courierpop courierpops
|
|
|
|
SUBST_CLASSES+= courier
|
|
SUBST_FILES.courier= imap/imapd-ssl.dist.in imap/imapd.8.in \
|
|
imap/imapd.cnf.in imap/imapd.dist.in \
|
|
imap/mkimapdcert.8.in imap/mkimapdcert.html.in \
|
|
imap/mkimapdcert.in imapd-ssl.rc.in imapd.rc.in
|
|
SUBST_FILES.courier+= imap/courierpop3d.8.in imap/mkpop3dcert.8.in \
|
|
imap/mkpop3dcert.html.in imap/mkpop3dcert.in \
|
|
imap/pop3d-ssl.dist.in imap/pop3d.cnf.in \
|
|
imap/pop3d.dist.in pop3d-ssl.rc.in pop3d.rc.in
|
|
SUBST_SED.courier= -e "s|^IMAPDSTART=.*|IMAPDSTART=YES|g" \
|
|
-e "s|^IMAPDSSLSTART=.*|IMAPDSSLSTART=YES|g" \
|
|
-e "s|^POP3DSTART=.*|POP3DSTART=YES|g" \
|
|
-e "s|^POP3DSSLSTART=.*|POP3DSSLSTART=YES|g" \
|
|
-e "s|@datadir@/imapd.pem|@sysconfdir@/imapd.pem|g" \
|
|
-e "s|@datadir@/imapd.rand|@sysconfdir@/imapd.rand|g" \
|
|
-e "s|@datadir@/pop3d.pem|@sysconfdir@/pop3d.pem|g" \
|
|
-e "s|@datadir@/pop3d.rand|@sysconfdir@/pop3d.rand|g" \
|
|
-e "s|@libexecdir@/couriertcpd|@sbindir@/couriertcpd|g" \
|
|
-e "s|@sbindir@/imaplogin|@libexecdir@/imaplogin|g" \
|
|
-e "s|@sbindir@/pop3login|@libexecdir@/courierpop3login|g" \
|
|
-e "s|@bindir@/pop3d|@libexecdir@/courierpop3d|g"
|
|
SUBST_STAGE.courier= pre-configure
|
|
|
|
.include "../../security/courier-authlib/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${EGDIR}
|
|
${INSTALL_DATA_DIR} ${DOCDIR}/imap
|
|
${INSTALL_DATA} ${WRKSRC}/imap/BUGS.html ${DOCDIR}/imap
|
|
${INSTALL_DATA} ${WRKSRC}/imap/README.html ${DOCDIR}/imap
|
|
${INSTALL_DATA} ${WRKSRC}/imap/README.proxy.html ${DOCDIR}/imap
|
|
${INSTALL_DATA} ${WRKSRC}/imap/courierpop3d.html ${DOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/imap/imapd.html ${DOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/imap/mkimapdcert.html ${DOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/imap/mkpop3dcert.html ${DOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/tcpd/couriertcpd.html ${DOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/tcpd/couriertls.html ${DOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/imap/imapd.pam ${EGDIR}/imap.authpam
|
|
${INSTALL_DATA} ${WRKSRC}/imap/pop3d.pam ${EGDIR}/pop3.authpam
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|