2015-10-30 17:29:48 +01:00
|
|
|
PORTNAME= mod_webauth
|
|
|
|
PORTVERSION= 4.7.0
|
2024-02-26 14:01:26 +01:00
|
|
|
PORTREVISION= 3
|
2015-10-30 17:29:48 +01:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://webauth.stanford.edu/dist/
|
|
|
|
DISTNAME= webauth-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
|
|
COMMENT= Apache module for authenticating users with Kerberos v5
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= http://webauth.stanford.edu/
|
2015-10-30 17:29:48 +01:00
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl \
|
|
|
|
libsasl2.so:security/cyrus-sasl2
|
2015-10-30 17:29:48 +01:00
|
|
|
|
2023-02-08 11:50:40 +01:00
|
|
|
USES= apache ldap libtool pathfix pkgconfig ssl
|
2015-10-30 17:29:48 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2024-02-26 14:01:26 +01:00
|
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
2015-10-30 17:29:48 +01:00
|
|
|
CONFIGURE_ARGS= --with-ldap-lib=${LOCALBASE}/lib \
|
2016-09-12 02:50:25 +02:00
|
|
|
--with-ldap-include=${LOCALBASE}/include \
|
|
|
|
--with-openssl=${OPENSSLBASE}
|
2015-10-30 17:29:48 +01:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/typedef int sig_atomic_t/d' \
|
|
|
|
${WRKSRC}/portable/system.h
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|