mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
84e6916181
PR: 68811, 68810 Submitted by: Michael Bushkov <bushman@rsu.ru>
24 lines
521 B
Makefile
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>
|