diff options
author | minskim <minskim@pkgsrc.org> | 2004-10-30 21:11:56 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-10-30 21:11:56 +0000 |
commit | 5e30fb767ce05247e4111cc0950ffde8cc2b953d (patch) | |
tree | 3e0cd2056ab1a95565382dcfb64fc6e1f7c72b34 /sysutils/adtool/Makefile | |
parent | 455da108b0ce9729b98741ee3f1d71de9c7bd922 (diff) | |
download | pkgsrc-5e30fb767ce05247e4111cc0950ffde8cc2b953d.tar.gz |
Import adtool from pkgsrc-wip. Packaged by xtraeme@.
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.
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 00000000000..a7a52b3e1f0 --- /dev/null +++ b/sysutils/adtool/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/10/30 21:11:56 minskim Exp $ +# + +DISTNAME= adtool-1.2 +CATEGORIES= sysutils +MASTER_SITES= http://c128.org/adtool/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://c128.org/adtool/ +COMMENT= Active Directory administration utility for Unix + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +GNU_CONFIGURE= yes +USE_BUILDLINK3= yes +USE_LIBTOOL= yes +USE_PKGINSTALL= yes +USE_PKGLOCALEDIR= yes + +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} + +EGDIR= ${PREFIX}/share/examples/adtool +CONF_FILES= ${EGDIR}/adtool.cfg.dist ${PKG_SYSCONFDIR}/adtool.cfg + +.include "../../databases/openldap/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |