openbsd-ports/mail/dovecot/Makefile
jolan d037112145 - initialize /var/dovecot/login via INSTALL to quell a warning about it
not existing (and thus be created by dovecot itself)
- incorporate upstream patch which prevents some partial BODY[part]
  fetches from possibly returning data incorrectly
- bump PKGNAME
2003-11-05 03:42:06 +00:00

37 lines
962 B
Makefile

# $OpenBSD: Makefile,v 1.4 2003/11/05 03:42:06 jolan Exp $
COMMENT= "compact IMAP/POP3 server"
DISTNAME= dovecot-0.99.10
PKGNAME= ${DISTNAME}p2
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://dovecot.procontrol.fi/
MAINTAINER= Jolan Luff <jolan@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= iconv
CONFIGURE_STYLE=autoconf
AUTOCONF_VERSION=2.13
CONFIGURE_ARGS+=--without-pam --without-shadow --without-vpopmail \
--localstatedir=/var --with-ssldir=/etc/ssl --with-ssl=openssl
post-configure:
@perl -pi -e 's|_PREFIX_|${PREFIX}|g' ${WRKSRC}/dovecot-example.conf
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dovecot
${INSTALL_DATA} ${WRKSRC}/doc/dovecot-openssl.cnf \
${WRKSRC}/dovecot-example.conf ${PREFIX}/share/examples/dovecot
${INSTALL_SCRIPT} ${WRKSRC}/doc/mkcert.sh \
${PREFIX}/sbin/dovecot-mkcert.sh
.include <bsd.port.mk>