diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-01 08:03:58 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-01 08:03:58 +0000 |
commit | 27d05742bbd45eb615a2dab67a6b2b97df6e2fab (patch) | |
tree | c75bf40cd7080bbd5ab6e645d2d8d9be956ad4bd /security/pam_ldap | |
parent | 0e36be4d5259ed24cd0f0b0fcded0d51d78afa70 (diff) | |
download | ports-27d05742bbd45eb615a2dab67a6b2b97df6e2fab.tar.gz ports-27d05742bbd45eb615a2dab67a6b2b97df6e2fab.zip |
Notes
Diffstat (limited to 'security/pam_ldap')
-rw-r--r-- | security/pam_ldap/Makefile | 22 | ||||
-rw-r--r-- | security/pam_ldap/distinfo | 2 |
2 files changed, 11 insertions, 13 deletions
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile index b9cccedc8aa7..0f6849fd2b38 100644 --- a/security/pam_ldap/Makefile +++ b/security/pam_ldap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pam_ldap -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.4 CATEGORIES= security net MASTER_SITES= http://www.padl.com/download/ \ ftp://ftp.padl.com/pub/ @@ -15,7 +15,14 @@ DISTNAME= pam_ldap-${PORTVERSION:S/.//g} MAINTAINER= marcus@FreeBSD.org COMMENT= A pam module for authenticating with LDAP -.include <bsd.port.pre.mk> +USE_GMAKE= yes +GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g} +CONFIGURE_ARGS= --with-ldap-lib=openldap \ + --with-ldap-dir=${LOCALBASE} \ + --with-ldap-conf-file=${PREFIX}/etc/ldap.conf \ + --with-ldap-secret-file=${PREFIX}/etc/ldap.secret +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-unknown-freebsd${OSREL} .if !defined(WITHOUT_LDAP_V3) LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20 \ @@ -25,15 +32,6 @@ LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap12 \ lber.1:${PORTSDIR}/net/openldap12 .endif -USE_GMAKE= yes -GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g} -CONFIGURE_ARGS= --with-ldap-lib=openldap \ - --with-ldap-dir=${LOCALBASE} \ - --with-ldap-conf-file=${PREFIX}/etc/ldap.conf \ - --with-ldap-secret-file=${PREFIX}/etc/ldap.secret -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - post-extract: @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f @@ -47,4 +45,4 @@ post-install: @${ECHO} "login auth sufficient ${PREFIX}/lib/pam_ldap.so" @${ECHO} "================================================================================" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/pam_ldap/distinfo b/security/pam_ldap/distinfo index 43d485898780..f256f873b9ea 100644 --- a/security/pam_ldap/distinfo +++ b/security/pam_ldap/distinfo @@ -1 +1 @@ -MD5 (pam_ldap-161.tar.gz) = 504368f92301a13f3ba9b7101db446e6 +MD5 (pam_ldap-164.tar.gz) = 0b5d6ef6735480210d27a3d969f59e12 |