diff options
Diffstat (limited to 'net/openldap21-client/Makefile')
-rw-r--r-- | net/openldap21-client/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/openldap21-client/Makefile b/net/openldap21-client/Makefile new file mode 100644 index 000000000000..1140a8b6be9f --- /dev/null +++ b/net/openldap21-client/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: openldap21-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}/../openldap21-server + +.include "${MASTERDIR}/Makefile" |