freebsd-ports/security/pam_ldap/Makefile

41 lines
1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: pam_ldap
# Date created: 26 May 2001
# Whom: Joe Clarke <marcus@marcuscom.com>
#
# $FreeBSD$
#
PORTNAME= pam_ldap
2006-07-09 08:51:06 +02:00
PORTVERSION= 1.8.2
CATEGORIES= security net
MASTER_SITES= http://www.padl.com/download/ \
ftp://ftp.padl.com/pub/
DISTNAME= pam_ldap-${PORTVERSION:S/.//g}
MAINTAINER= marcus@FreeBSD.org
2003-02-26 07:54:12 +01:00
COMMENT= A pam module for authenticating with LDAP
2003-06-01 10:03:58 +02:00
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_OPENLDAP= yes
2003-06-01 10:03:58 +02:00
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}
PKGMESSAGE= ${WRKDIR}/pkg-message
MAN5= pam_ldap.5
post-extract:
2002-10-12 06:56:20 +02:00
@${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f
post-install:
@${SED} -e 's|%%PREFIX%%|${PREFIX}|g' < ${PKGDIR}/pkg-message \
| /usr/bin/fmt 75 79 > ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
2003-06-01 10:03:58 +02:00
.include <bsd.port.mk>