2001-01-26 00:42:03 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2001/01/26 00:42:03 avsm Exp $
|
2000-07-03 03:42:55 +00:00
|
|
|
|
2001-01-26 00:42:03 +00:00
|
|
|
DISTNAME= courier-imap-1.3.2
|
2000-07-03 03:42:55 +00:00
|
|
|
CATEGORIES= mail
|
2001-01-26 00:42:03 +00:00
|
|
|
NEED_VERSION= 1.351
|
2000-08-10 21:12:48 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= courier
|
2000-07-03 03:42:55 +00:00
|
|
|
|
2000-10-01 13:27:13 +00:00
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
2000-08-10 21:12:48 +00:00
|
|
|
HOMEPAGE= http://www.inter7.com/courierimap/
|
2000-07-03 03:42:55 +00:00
|
|
|
|
2000-09-10 20:38:10 +00:00
|
|
|
# GPL
|
2000-07-03 03:42:55 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2000-11-22 11:42:31 +00:00
|
|
|
FLAVORS= pop3
|
|
|
|
FLAVOR?=
|
|
|
|
|
2000-08-10 21:12:48 +00:00
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
CONFIGURE_STYLE= gnu
|
2000-11-22 11:42:31 +00:00
|
|
|
CONFIGURE_ARGS= --disable-root-check --datadir=${PREFIX}/sbin --with-userdb=/etc/userdb --with-authuserdb
|
2000-12-29 18:51:56 +00:00
|
|
|
SYSCONFDIR= /etc/courier-imap
|
|
|
|
EXAMPLE_DIR= ${PREFIX}/share/examples/courier-imap
|
2000-07-03 03:42:55 +00:00
|
|
|
|
2000-07-03 08:11:24 +00:00
|
|
|
post-install:
|
2000-08-10 21:12:48 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/courier-imap
|
2000-12-29 18:51:56 +00:00
|
|
|
.for i in pop3d-ssl imapd-ssl pop3d imapd
|
|
|
|
${INSTALL_DATA} ${WRKINST}/${SYSCONFDIR}/${i}.dist ${EXAMPLE_DIR}/${i}
|
|
|
|
.endfor
|
|
|
|
.for i in imapd pop3d
|
|
|
|
${INSTALL_DATA} ${WRKINST}/${SYSCONFDIR}/${i}.cnf ${EXAMPLE_DIR}
|
2000-11-22 11:42:31 +00:00
|
|
|
.endfor
|
2000-07-03 03:42:55 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|