freebsd-ports/sysutils/adtool/Makefile
Tilman Keskinoz df7525b41a Update to 1.2
Update MASTER_SITES

PR:		57429
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2003-10-05 12:38:20 +00:00

24 lines
483 B
Makefile

# New ports collection makefile for: adtool
# Date created: Wed 23 Apr 2003
# Whom: joseph@randomnetworks.com
#
# $FreeBSD$
#
PORTNAME= adtool
PORTVERSION= 1.2
CATEGORIES= sysutils
MASTER_SITES= http://dexy.mine.nu/adtool/
MAINTAINER= joseph@randomnetworks.com
COMMENT= Active Directory administration tool
USE_GMAKE= yes
USE_OPENLDAP= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --with-ldap=${LOCALBASE}
MAN1= adtool.1
.include <bsd.port.mk>