diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-03 07:48:32 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-03 07:48:32 +0000 |
commit | 260fe039dce6fd5c8e2126b1a349288b0181b86d (patch) | |
tree | f1441693c394fa30e6ee5e2b330f2c544610bcd2 /net/ldapdiff/Makefile | |
parent | 25fcff520e3f4713aaf8ad908818b9050e8c9cd8 (diff) |
Notes
Diffstat (limited to 'net/ldapdiff/Makefile')
-rw-r--r-- | net/ldapdiff/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/net/ldapdiff/Makefile b/net/ldapdiff/Makefile index 5b6c16bfe220..279a7e79e4b7 100644 --- a/net/ldapdiff/Makefile +++ b/net/ldapdiff/Makefile @@ -6,26 +6,19 @@ # PORTNAME= ldapdiff -PORTVERSION= 0.9.0 +PORTVERSION= 1.0.0 CATEGORIES= net -MASTER_SITES= http://webtomware.rhoen.de/ \ - http://unixpages.org/distfiles/ +MASTER_SITES= http://webtomware.rhoen.de/ MAINTAINER= ports@FreeBSD.org COMMENT= A utility for patching LDAP directories using LDIF files -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv -.if defined(WITH_OPENLDAP1) -LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12 -.else -LIB_DEPENDS+= ldap.2:${PORTSDIR}/${LDAP_PORT} -.endif - +USE_ICONV= yes +USE_OPENLDAP= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-ldap-dir=${PREFIX} \ --with-iconv-dir=${PREFIX} -LDAP_PORT?= net/openldap20-client do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ldapdiff ${PREFIX}/bin |