1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/www/auth_ldap/Makefile

36 lines
766 B
Makefile
Raw Normal View History

# New ports collection makefile for: auth_ldap
# Date created: 25 September 2001
# Whom: nik
#
# $FreeBSD$
#
PORTNAME= auth_ldap
PORTVERSION= 1.6.0
2004-03-03 07:51:37 +00:00
PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= http://www.rudedog.org/auth_ldap/
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:21:36 +00:00
COMMENT= Apache module to authenticate against an LDAP directory
USE_OPENLDAP= yes
USE_APACHE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LIBS="-llber"
CONFIGURE_ARGS= --with-sdk-headers=${LOCALBASE}/include \
--with-sdk-libs=${LOCALBASE}/lib \
--with-ldap-sdk=openldap \
--with-apxs=${APXS}
USE_GMAKE= yes
MAKE_ARGS+= APXS=${APXS}
post-patch:
${CP} -p ${WRKSRC}/auth_ldap.c ${WRKSRC}/mod_auth_ldap.c
do-install:
${APXS} -i -a -n auth_ldap ${WRKSRC}/mod_auth_ldap.so
.include <bsd.port.mk>