2004-01-09 01:46:03 +01:00
|
|
|
# New ports collection makefile for: mod_cfg_ldap
|
|
|
|
# Date created: Sun Oct 19
|
|
|
|
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_cfg_ldap
|
2004-10-14 12:11:53 +02:00
|
|
|
PORTVERSION= 1.2
|
2009-01-05 20:04:45 +01:00
|
|
|
PORTREVISION= 1
|
2004-01-09 01:46:03 +01:00
|
|
|
CATEGORIES= www
|
2009-08-22 02:38:34 +02:00
|
|
|
MASTER_SITES= SF/modcfgldap/${PORTNAME}/${PORTVERSION}
|
2004-01-09 01:46:03 +01:00
|
|
|
DIST_SUBDIR= apache2
|
|
|
|
|
2004-08-18 18:21:55 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2004-01-09 01:46:03 +01:00
|
|
|
COMMENT= Allows you to keep your virtual host configuration in a LDAP directory
|
|
|
|
|
2009-05-17 09:24:35 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2005-12-04 18:26:41 +01:00
|
|
|
USE_APACHE= 20+
|
2004-01-09 01:46:03 +01:00
|
|
|
USE_OPENLDAP= YES
|
2004-10-14 12:11:53 +02:00
|
|
|
AP_FAST_BUILD= YES
|
|
|
|
AP_GENPLIST= YES
|
2004-01-09 01:46:03 +01:00
|
|
|
|
|
|
|
LDAP_INC?= ${LOCALBASE}/include
|
|
|
|
LDAP_LIB?= ${LOCALBASE}/lib -lldap
|
2004-10-14 12:11:53 +02:00
|
|
|
AP_INC+= ${LDAP_INC}
|
|
|
|
AP_LIB+= ${LDAP_LIB}
|
2004-01-09 01:46:03 +01:00
|
|
|
|
|
|
|
PORTDOCS= AUTHORS cfg_ldap.conf ChangeLog COPYING INSTALL \
|
|
|
|
mod_cfg_ldap.schema README TODO
|
|
|
|
|
2004-10-14 12:11:53 +02:00
|
|
|
post-install:
|
2004-01-09 01:46:03 +01:00
|
|
|
.if !defined (NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
. for f in ${PORTDOCS}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
|
|
|
. endfor
|
|
|
|
.endif
|
|
|
|
|
2005-12-04 18:26:41 +01:00
|
|
|
.include <bsd.port.mk>
|