ports/www/mod_webauth/Makefile
Xin LI 3ba73dad6f net/openldap24-client: bump all dependent port
In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.

Suggested by:	kib
2021-08-01 21:41:48 -07:00

30 lines
781 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
PORTNAME= mod_webauth
PORTVERSION= 4.7.0
PORTREVISION= 2
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
LIB_DEPENDS= libcurl.so:ftp/curl \
libsasl2.so:security/cyrus-sasl2
USES= apache:2.4 libtool pathfix pkgconfig ssl
USE_OPENLDAP= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ldap-lib=${LOCALBASE}/lib \
--with-ldap-include=${LOCALBASE}/include \
--with-openssl=${OPENSSLBASE}
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>