mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Add an option to enable insults
Submitted by: Dan Casey <dcasey@debtresolve.com>
This commit is contained in:
parent
d75b7c6714
commit
94dc59ba04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191418
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user