diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-30 06:53:20 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-30 06:53:20 +0800 |
commit | 3c9b7fc6f5e0f2ebc3085e58203a611080aceafd (patch) | |
tree | 40982ea83d880541d854a01108cde56133ea19d9 /sysutils/adtool/Makefile | |
parent | 0abbe6e53793b88a768496df25f94ffa6ad42628 (diff) | |
download | freebsd-ports-gnome-3c9b7fc6f5e0f2ebc3085e58203a611080aceafd.tar.gz freebsd-ports-gnome-3c9b7fc6f5e0f2ebc3085e58203a611080aceafd.tar.zst freebsd-ports-gnome-3c9b7fc6f5e0f2ebc3085e58203a611080aceafd.zip |
NEW PORT: sysutils/adtool
adtool is a unix command line utility for Active Directory
administration. Features include user and group creation,
deletion, modification, password setting and directory query
and search capabilities.
PR: ports/51320
Submitted by: Joseph Scott <joseph@randomnetworks.com>
Diffstat (limited to 'sysutils/adtool/Makefile')
-rw-r--r-- | sysutils/adtool/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sysutils/adtool/Makefile b/sysutils/adtool/Makefile new file mode 100644 index 000000000000..b79f815a8ff7 --- /dev/null +++ b/sysutils/adtool/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: adtool +# Date created: Wed 23 Apr 2003 +# Whom: joseph@randomnetworks.com +# +# $FreeBSD$ +# + +PORTNAME= adtool +PORTVERSION= 1.1 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= joseph@randomnetworks.com +COMMENT= Active Directory administration tool + +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21 +LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap21 + +USE_GMAKE= yes +HAS_CONFIGURE= yes + +CONFIGURE_ARGS= --prefix=${PREFIX} --with-ldap=${LOCALBASE} + +MAN1= adtool.1 + +.include <bsd.port.mk> |