freebsd-ports/sysutils/lookupd_ldap/Makefile
Oliver Eikemeier 84e6916181 add lookupd, a name service lookup daemon, and lookupd_ldap, an LDAP plugin
PR:		68811, 68810
Submitted by:	Michael Bushkov <bushman@rsu.ru>
2004-07-24 17:27:36 +00:00

24 lines
521 B
Makefile

# New ports collection makefile for: lookupd_ldap
# Date created: 3 July 2004
# Whom: Michael Bushkov <bushman@rsu.ru>
#
# $FreeBSD$
PORTNAME= lookupd_ldap
PORTVERSION= 0.1.a
CATEGORIES= sysutils net
MASTER_SITES= http://www.rsu.ru/~bushman/lookupd/ldap/downloads/
MAINTAINER= bushman@rsu.ru
COMMENT= The LDAP plugin for the lookupd daemon
BUILD_DEPENDS= ${LOCALBASE}/sbin/lookupd:${PORTSDIR}/sysutils/lookupd
INSTALLS_SHLIB= yes
USE_OPENLDAP= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>