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
|
|
|
|
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
|
2005-05-26 14:09:26 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-09-30 00:53:20 +02:00
|
|
|
|
2005-05-26 14:09:26 +02:00
|
|
|
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
|
|
|
|
--with-ldap=${LOCALBASE}
|
2003-09-30 00:53:20 +02:00
|
|
|
|
|
|
|
MAN1= adtool.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|