freebsd-ports/security/courier-authlib/Makefile.opt
Jason Helfman 2a8fb99db4 - adoption of optionsNG
Approved by:	portmgr (miwi)
2013-05-23 02:19:02 +00:00

18 lines
573 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
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