summaryrefslogtreecommitdiff
path: root/www/ap2-auth-ldap/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-06-10 15:22:13 +0000
committerjoerg <joerg@pkgsrc.org>2014-06-10 15:22:13 +0000
commit9611c157d010938e53b1714e3f7f317facf558c0 (patch)
tree2feb1f410c493c9e7cc492d5a0165cd0c95d68b8 /www/ap2-auth-ldap/Makefile
parent4b76c8f2e9956fd11677f6e5d815fdc0a154e0d8 (diff)
downloadpkgsrc-9611c157d010938e53b1714e3f7f317facf558c0.tar.gz
Retire Apache 1.3 and 2.0.
Diffstat (limited to 'www/ap2-auth-ldap/Makefile')
-rw-r--r--www/ap2-auth-ldap/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/www/ap2-auth-ldap/Makefile b/www/ap2-auth-ldap/Makefile
deleted file mode 100644
index bda377da699..00000000000
--- a/www/ap2-auth-ldap/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# $NetBSD: Makefile,v 1.25 2014/02/12 23:18:43 tron Exp $
-
-DISTNAME= mod_auth_ldap3.05
-PKGNAME= ap2-auth-ldap-3.05
-PKGREVISION= 9
-CATEGORIES= www databases
-MASTER_SITES= http://www.muquit.com/muquit/software/mod_auth_ldap/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= ${MASTER_SITES}/mod_auth_ldap.html
-COMMENT= Module to allow apache2 authentication against an LDAP directory
-
-GNU_CONFIGURE= YES
-APACHE_MODULE= YES
-APACHE_MODULE_NAME= mm_auth_ldap_module
-USE_LIBTOOL= YES
-CPPFLAGS+= -L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib -lldap -llber
-
-PKG_APACHE_ACCEPTED= apache2
-
-.include "../../mk/apache.mk"
-BUILDLINK_API_DEPENDS.apache+= apache>=2.0.47
-
-CONFIGURE_ARGS+= --with-apxs=${APXS:Q}
-CONFIGURE_ARGS+= --with-ldap-dir=${BUILDLINK_PREFIX.openldap-client}
-CONFIGURE_ARGS+= --with-apache-dir=${PREFIX:Q}
-CONFIGURE_ARGS+= --with-apache-ver=2
-
-SUBST_CLASSES+= paths
-SUBST_STAGE.paths= post-patch
-SUBST_FILES.paths= configure
-SUBST_SED.paths= -e "s|@@HASHLIB@@|${PREFIX}/include|g"
-SUBST_SED.paths+= -e "s|@@HASHINC@@|${PREFIX}/lib|g"
-SUBST_MESSAGE.paths= Fixing hardcoded paths.
-
-INSTALLATION_DIRS+= lib/httpd
-
-do-install:
- ${PREFIX}/share/httpd/build/instdso.sh \
- SH_LIBTOOL=${PREFIX}/share/httpd/build/libtool \
- ${WRKSRC}/mod_auth_ldap.la ${DESTDIR}${PREFIX}/lib/httpd
-
-.include "../../databases/openldap-client/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"