mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
b8e4873139
The local patch adding Hiemdal support was causing 'adcli join' command to fail. Hiemdal is going away neverthless, so remove this patch. While here, fix Makefile style. Sponsored by: Serenity Cybersecurity, LLC
38 lines
1.0 KiB
Makefile
38 lines
1.0 KiB
Makefile
PORTNAME= adcli
|
|
PORTVERSION= 0.9.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= net-mgmt net security
|
|
|
|
MAINTAINER= ports@virtual-estates.net
|
|
COMMENT= Tool for performing actions on an Active Directory domain
|
|
WWW= https://www.freedesktop.org/software/realmd/adcli/adcli.html
|
|
|
|
LICENSE= LGPL21
|
|
|
|
BUILD_DEPENDS= xsltproc:textproc/libxslt \
|
|
docbook-xml>0:textproc/docbook-xml \
|
|
docbook-xsl>0:textproc/docbook-xsl
|
|
|
|
USES= autoreconf gssapi:mit,flags iconv ldap libtool localbase tar:bz2
|
|
|
|
USE_GITLAB= yes
|
|
GL_SITE= https://gitlab.freedesktop.org
|
|
GL_ACCOUNT= realmd
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= ${GSSAPI_CONFIGURE_ARGS}
|
|
# xsltproc and docbook are needed to create the man-page. xmlto is only
|
|
# required for generating HTML-documents, which are optional.
|
|
CONFIGURE_ENV+= ac_cv_path_KRB5_CONFIG=${KRB5CONFIG} \
|
|
ac_cv_path_XMLTO=${PORT_OPTIONS:MDOCS:S|DOCS|${LOCALBASE}/bin/xmlto|:S|^$|${TRUE}|}
|
|
TEST_TARGET= check
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
DOCS_BUILD_DEPENDS= xmlto:textproc/xmlto
|
|
|
|
post-build:
|
|
${RM} ${WRKSRC}/doc/html/adcli-docs.proc # An empty file...
|
|
|
|
.include <bsd.port.mk>
|