mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
73f7c91b5d
(Part 1)
26 lines
499 B
Makefile
26 lines
499 B
Makefile
# New ports collection makefile for: adtool
|
|
# Date created: Wed 23 Apr 2003
|
|
# Whom: joseph@randomnetworks.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= adtool
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 1
|
|
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>
|