mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
39baf03e56
Submitted by: Yarema <yds@CoolRat.org> In corporation with: Jose M Rodriguez <josemi@freebsd.jazztel.es>, Milan Obuch <ports@dino.sk>, myself
22 lines
619 B
Makefile
22 lines
619 B
Makefile
# 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
|