openbsd-ports/mail/courier-imap/Makefile
avsm 2a81ee3d26 - update to v1.1
(notable changes: better locking, improved RC scripts, THREAD semantics
   updated to latest IETF draft, unicode support, bug fixes)
- bump NEED_VERSION, MAINTAINER real name added
- regenerate RC patch
- PLIST tweaked to not delete libexec/authlib, which is being
  used by other applications now (e.g. vmailmgr)
2000-10-01 13:27:13 +00:00

32 lines
863 B
Makefile

# $OpenBSD: Makefile,v 1.4 2000/10/01 13:27:13 avsm Exp $
DISTNAME= courier-imap-1.1
CATEGORIES= mail
NEED_VERSION= 1.336
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= courier
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
HOMEPAGE= http://www.inter7.com/courierimap/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-root-check --datadir=${PREFIX}/sbin
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/courier-imap
${INSTALL_DATA} ${WRKBUILD}/imapd-ssl.config \
${PREFIX}/share/examples/courier-imap
${INSTALL_DATA} ${WRKBUILD}/imapd.config \
${PREFIX}/share/examples/courier-imap
${INSTALL_DATA} ${WRKBUILD}/imapd.cnf \
${PREFIX}/share/examples/courier-imap
.include <bsd.port.mk>