1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/net/openldap24-client/Makefile
Jun Kuriyama 075f1093db Split openldap[012] into client and server.
PR:		ports/54436
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com> (maintainer)
2003-08-14 03:55:21 +00:00

17 lines
330 B
Makefile

# New ports collection makefile for: openldap22-client
# Date created: 10 Jul 2003
# Whom: Oliver Eikemeier <eikemeier@fillmore-labs.com>
#
# $FreeBSD$
#
PORTNAME= openldap
COMMENT= Open source LDAP client implementation
CLIENT_ONLY= yes
MASTERDIR= ${.CURDIR}/../openldap22-server
.include "${MASTERDIR}/Makefile"