mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
- Add support for other Kerberos distributions
- Do not bump PORTREVISION as there is no change to the default package PR: 213471 Submitted by: Franco Fichtner
This commit is contained in:
parent
604dfbef8e
commit
2cf10562bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424417
@ -10,6 +10,7 @@ MAINTAINER= zi@FreeBSD.org
|
||||
COMMENT= Utility to manage Active Directory interoperability
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gmake ssl tar:bzip2
|
||||
USE_OPENLDAP= yes
|
||||
@ -18,6 +19,15 @@ WANT_OPENLDAP_SASL= yes
|
||||
|
||||
CONFIGURE_ARGS+=--with-sasldir=${LOCALBASE}
|
||||
|
||||
OPTIONS_SINGLE= GSSAPI
|
||||
OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT
|
||||
|
||||
OPTIONS_DEFAULT=GSSAPI_BASE
|
||||
|
||||
GSSAPI_BASE_USES= gssapi
|
||||
GSSAPI_HEIMDAL_USES= gssapi:heimdal
|
||||
GSSAPI_MIT_USES= gssapi:mit
|
||||
|
||||
PLIST_FILES= man/man1/msktutil.1.gz sbin/msktutil
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user