aboutsummaryrefslogtreecommitdiff
path: root/net/openldap24-client
diff options
context:
space:
mode:
Diffstat (limited to 'net/openldap24-client')
-rw-r--r--net/openldap24-client/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/openldap24-client/Makefile b/net/openldap24-client/Makefile
new file mode 100644
index 000000000000..7d0c00833268
--- /dev/null
+++ b/net/openldap24-client/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: openldap23-client
+# Date created: 02 May 2005
+# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -client
+
+COMMENT= Open source LDAP client implementation
+
+CLIENT_ONLY= yes
+
+MASTERDIR= ${.CURDIR}/../openldap23-server
+
+.include "${MASTERDIR}/Makefile"