2003-09-30 00:53:20 +02:00
|
|
|
# New ports collection makefile for: adtool
|
|
|
|
# Date created: Wed 23 Apr 2003
|
|
|
|
# Whom: joseph@randomnetworks.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-10-05 14:38:20 +02:00
|
|
|
PORTNAME= adtool
|
|
|
|
PORTVERSION= 1.2
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2003-10-05 14:38:20 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://dexy.mine.nu/adtool/
|
2003-09-30 00:53:20 +02:00
|
|
|
|
|
|
|
MAINTAINER= joseph@randomnetworks.com
|
|
|
|
COMMENT= Active Directory administration tool
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2003-10-01 00:54:15 +02:00
|
|
|
USE_OPENLDAP= yes
|
2003-09-30 00:53:20 +02:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --with-ldap=${LOCALBASE}
|
|
|
|
|
|
|
|
MAN1= adtool.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|