blob: 9ac6ca4ab126d8adfde5d95c1dfe8513a7f88e95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# 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
PORTREVISION= 1
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
USE_LDCONFIG= yes
USE_OPENLDAP= yes
PLIST_FILES= lib/lkpd_ldap.so lib/lkpd_ldap.so.1
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" && ${OSVERSION} >= 700042
BROKEN= Does not compile with gcc42 on 64-bit platforms
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
|