mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
3b62a1be5b
in IPv6 support, if you are IPv6 capable. (from PR) Remove man page links provided for non-installed authentication modules. PR: ports/18933 Submitted by: Koji Kondo <koji@jp.above.net>
33 lines
726 B
Makefile
33 lines
726 B
Makefile
# New ports collection makefile for: courierimap
|
|
# Date created: 19 Feb 2000
|
|
# Whom: Neil Blakey-Milner
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= courier-imap
|
|
PORTVERSION= 0.33
|
|
CATEGORIES= mail ipv6
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= courier
|
|
|
|
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
|
|
|
|
MAN1= maildirmake.1
|
|
MAN8= authlib.8 makeuserdb.8 userdb.8 userdbpw.8 couriertcpd.8 \
|
|
deliverquota.8 imapd.8
|
|
|
|
MLINKS= authlib.8 authpwd.8 \
|
|
authlib.8 authuserdb.8 \
|
|
makeuserdb.8 pw2userdb.8 \
|
|
makeuserdb.8 vchkpw2userdb.8
|
|
|
|
.include <bsd.port.mk>
|