2000-03-11 20:16:32 +00:00
|
|
|
# New ports collection makefile for: courierimap
|
|
|
|
# Date created: 19 Feb 2000
|
|
|
|
# Whom: Neil Blakey-Milner
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-13 20:01:08 +00:00
|
|
|
PORTNAME= courier-imap
|
2000-06-21 13:36:13 +00:00
|
|
|
PORTVERSION= 0.33
|
|
|
|
CATEGORIES= mail ipv6
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= courier
|
2000-03-11 20:16:32 +00:00
|
|
|
|
|
|
|
MAINTAINER= nbm@FreeBSD.org
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_GMAKE= YES
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --without-authldap --with-authldaprc=filename \
|
|
|
|
--without-authpam --without-authshadow \
|
|
|
|
--without-authvchkpw --without-authcram
|
|
|
|
|
2000-05-16 16:38:23 +00:00
|
|
|
MAN1= maildirmake.1
|
2000-03-11 20:16:32 +00:00
|
|
|
MAN8= authlib.8 makeuserdb.8 userdb.8 userdbpw.8 couriertcpd.8 \
|
|
|
|
deliverquota.8 imapd.8
|
|
|
|
|
2000-06-21 13:36:13 +00:00
|
|
|
MLINKS= authlib.8 authpwd.8 \
|
|
|
|
authlib.8 authuserdb.8 \
|
|
|
|
makeuserdb.8 pw2userdb.8 \
|
2000-03-11 20:16:32 +00:00
|
|
|
makeuserdb.8 vchkpw2userdb.8
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|