1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/security/courier-authlib/Makefile.opt
Guido Falsi 60dea511f2 - Update courier-authlib to 0.69.1
- Avoid uninstalllation leftovers by fixing plists
- Perform a small whitespace fix
2019-08-20 16:22:06 +00:00

19 lines
579 B
Makefile

# Created by: 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_DEFINE+= AUTH_LDAP AUTH_MYSQL AUTH_PGSQL AUTH_USERDB AUTH_VCHKPW DOCS
AUTH_LDAP_DESC= LDAP support
AUTH_MYSQL_DESC= MySQL support
AUTH_PGSQL_DESC= PostgreSQL support
AUTH_USERDB_DESC= Userdb support
AUTH_VCHKPW_DESC= popmail/vchkpw support