2000-08-07 03:35:33 -04:00
|
|
|
# New ports collection makefile for: ldapmodule
|
|
|
|
# Date created: 05.Jul 2000
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
2000-07-13 12:17:29 -04:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-08-07 03:35:33 -04:00
|
|
|
PORTNAME= ldapmodule
|
|
|
|
PORTVERSION= 1.9
|
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://archive.csee.uq.edu.au/~leonard/dc-prj/ldapmodule/
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-alpha
|
2000-07-13 12:17:29 -04:00
|
|
|
|
2000-08-07 03:35:33 -04:00
|
|
|
MAINTAINER= dirk.meyer@dinoex.sub.org
|
2000-07-13 12:17:29 -04:00
|
|
|
|
2000-08-07 03:35:33 -04:00
|
|
|
LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap
|
|
|
|
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
|
|
|
|
RUN_DEPENDS= python:${PORTSDIR}/lang/python
|
2000-07-13 12:17:29 -04:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|