freebsd-ports/sysutils/adtool/Makefile
Cheng-Lung Sung 1546fb8242 - make fetchable, project has new URL
- update pkg-descr WWW to reflect new home

PR:		ports/104772
Submitted by:	Thomas Abthorpe <thomas_AT_goodking dot ca>
Approved by:	maintainer (Joseph Scott)
2006-10-31 07:13:12 +00:00

25 lines
500 B
Makefile

# New ports collection makefile for: adtool
# Date created: Wed 23 Apr 2003
# Whom: joseph@randomnetworks.com
#
# $FreeBSD$
#
PORTNAME= adtool
PORTVERSION= 1.3
CATEGORIES= sysutils
MASTER_SITES= http://gp2x.org/adtool/
MAINTAINER= joseph@randomnetworks.com
COMMENT= Active Directory administration tool
USE_GMAKE= yes
USE_OPENLDAP= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
--with-ldap=${LOCALBASE}
MAN1= adtool.1
.include <bsd.port.mk>