diff options
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/adtool/Makefile | 27 | ||||
-rw-r--r-- | sysutils/adtool/distinfo | 1 | ||||
-rw-r--r-- | sysutils/adtool/files/patch-src::tools::Makefile.in | 11 | ||||
-rw-r--r-- | sysutils/adtool/pkg-descr | 5 | ||||
-rw-r--r-- | sysutils/adtool/pkg-plist | 2 |
6 files changed, 47 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 287b180a7420..e269670c366c 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -7,6 +7,7 @@ SUBDIR += Tee SUBDIR += abck SUBDIR += acidlaunch + SUBDIR += adtool SUBDIR += afbinit SUBDIR += afio SUBDIR += ah-tty 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> diff --git a/sysutils/adtool/distinfo b/sysutils/adtool/distinfo new file mode 100644 index 000000000000..f65d4e33a13a --- /dev/null +++ b/sysutils/adtool/distinfo @@ -0,0 +1 @@ +MD5 (adtool-1.1.tar.gz) = 3e729dc1b2463fbe5d1afe66bdad4d91 diff --git a/sysutils/adtool/files/patch-src::tools::Makefile.in b/sysutils/adtool/files/patch-src::tools::Makefile.in new file mode 100644 index 000000000000..fd5f8a7fa446 --- /dev/null +++ b/sysutils/adtool/files/patch-src::tools::Makefile.in @@ -0,0 +1,11 @@ +--- src/tools/Makefile.in.orig Wed Apr 23 10:12:21 2003 ++++ src/tools/Makefile.in Wed Apr 23 10:12:37 2003 +@@ -76,7 +76,7 @@ + + INCLUDES = -I@top_srcdir@/src/lib + CFLAGS = -Wall @CFLAGS@ +-LDFLAGS = -lldap -llber -lldap_r -lpthread -lresolv @LDFLAGS@ ++LDFLAGS = -lldap -llber -lldap_r -pthread @LDFLAGS@ + + bin_PROGRAMS = adtool + diff --git a/sysutils/adtool/pkg-descr b/sysutils/adtool/pkg-descr new file mode 100644 index 000000000000..6d741debbc6b --- /dev/null +++ b/sysutils/adtool/pkg-descr @@ -0,0 +1,5 @@ +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. + +WWW: http://adtool.sourceforge.net/ diff --git a/sysutils/adtool/pkg-plist b/sysutils/adtool/pkg-plist new file mode 100644 index 000000000000..08f4604fb693 --- /dev/null +++ b/sysutils/adtool/pkg-plist @@ -0,0 +1,2 @@ +bin/adtool +etc/adtool.cfg.dist |