freebsd-ports/sysutils/adtool/Makefile

26 lines
471 B
Makefile
Raw Normal View History

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