blob: 38cc1f299c4034ef4dd5e23038eff96d5d3d3a7b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: courier-authlib
# Date created: 19 Dec 2004
# Whom: Oliver Lehmann
#
# $FreeBSD$
#
# To depend on courier-authlib you might consider using this file by specifying
#
#.if exists(${.CURDIR}/../../security/courier-authlib/Makefile.opt)
#.include "${.CURDIR}/../../security/courier-authlib/Makefile.opt"
#.endif
#
# in your Makefile *after* any
#.include <bsd.port.pre.mk>
OPTIONS+= AUTH_LDAP "LDAP support" off \
AUTH_MYSQL "MySQL support" off \
AUTH_PGSQL "PostgreSQL support" off \
AUTH_USERDB "Userdb support" off \
AUTH_VCHKPW "Vpopmail/vchkpw support" off
|