openbsd-ports/www/mod_auth_ldap/Makefile
sthen c55dec9048 Better @exec-update lines; don't produce an error with pkg_add updates
if the module is installed but not activated. From Mikolaj Kucharski with
help from halex@, looks good to halex.
2011-09-17 10:29:43 +00:00

44 lines
876 B
Makefile

# $OpenBSD: Makefile,v 1.18 2011/09/17 10:29:44 sthen Exp $
COMMENT= Apache LDAP authentication module
REVISION= 11
VERSION= 1.6.0
DISTNAME= auth_ldap-${VERSION}
PKGNAME= mod_auth_ldap-${VERSION}
CATEGORIES= www
HOMEPAGE= http://www.rudedog.org/auth_ldap/
MASTER_SITES= ${HOMEPAGE}
MODULES+= apache-module
# Apache License, one unused function GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += ldap lber
MODAPACHE_NAME= auth_ldap
MODAPACHE_FILE= ${MODAPACHE_LOCATION}/auth_ldap.so
LIB_DEPENDS= databases/openldap
NO_REGRESS= Yes
CONFIGURE_STYLE=gnu
post-build:
@${MODAPACHE_CREATE_ENABLE_SCRIPT}
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mod_auth_ldap
${INSTALL_DATA} ${WRKBUILD}/auth_ldap.html \
${PREFIX}/share/doc/mod_auth_ldap
${MODAPACHE_INSTALL}
.include <bsd.port.mk>