- Add an option to enable insults

Submitted by:	Dan Casey <dcasey@debtresolve.com>
This commit is contained in:
Andrew Pantyukhin 2007-05-02 18:47:16 +00:00
parent d75b7c6714
commit 94dc59ba04
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191418

View File

@ -37,10 +37,16 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
OPTIONS= LDAP "With LDAP support" off \
OPIE "With OPIE support" off \
INSULTS "With all insults" off \
SHELL_SETS_HOME "Set HOME env to target user in shell mode" off
.include <bsd.port.pre.mk>
.if defined(WITH_INSULTS)
CONFIGURE_ARGS+=--with-insults
CONFIGURE_ARGS+=--with-all-insults
.endif
.if defined(WITH_LDAP)
USE_OPENLDAP=yes
CONFIGURE_ARGS+=--with-ldap=${PREFIX}