2003-09-30 00:53:20 +02:00
|
|
|
# New ports collection makefile for: adtool
|
2005-05-26 14:09:26 +02:00
|
|
|
# Date created: Wed 23 Apr 2003
|
|
|
|
# Whom: joseph@randomnetworks.com
|
2003-09-30 00:53:20 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-05-26 14:09:26 +02:00
|
|
|
PORTNAME= adtool
|
|
|
|
PORTVERSION= 1.3
|
2009-01-05 20:04:45 +01:00
|
|
|
PORTREVISION= 1
|
2005-05-26 14:09:26 +02:00
|
|
|
CATEGORIES= sysutils
|
2006-10-31 08:13:12 +01:00
|
|
|
MASTER_SITES= http://gp2x.org/adtool/
|
2003-09-30 00:53:20 +02:00
|
|
|
|
|
|
|
MAINTAINER= joseph@randomnetworks.com
|
|
|
|
COMMENT= Active Directory administration tool
|
|
|
|
|
2005-05-26 14:09:26 +02:00
|
|
|
USE_GMAKE= yes
|
2003-10-01 00:54:15 +02:00
|
|
|
USE_OPENLDAP= yes
|
2008-07-23 10:14:59 +02:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2003-09-30 00:53:20 +02:00
|
|
|
|
2008-08-21 08:18:49 +02:00
|
|
|
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
|
2003-09-30 00:53:20 +02:00
|
|
|
|
|
|
|
MAN1= adtool.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|