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