openbsd-ports/www/mod_auth_ldap/Makefile
sthen 3d9f13534b bump PKGNAMEs, the httpd abi changed, resulting in segfaults after
updating httpd until newly-built packages are installed.

ok espie@
2010-02-26 14:45:02 +00:00

41 lines
854 B
Makefile

# $OpenBSD: Makefile,v 1.13 2010/02/26 14:45:02 sthen Exp $
COMMENT= Apache LDAP authentication module
VERSION= 1.6.0
DISTNAME= auth_ldap-${VERSION}
PKGNAME= mod_auth_ldap-${VERSION}p8
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
MODAPACHE_NAME= auth_ldap
MODAPACHE_FILE= ${MODAPACHE_LOCATION}/auth_ldap.so
LIB_DEPENDS= ldap,lber::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>