summaryrefslogtreecommitdiff
path: root/sysutils/adtool/Makefile
blob: f57b67b7b626600dd795cc18b124abe07ab89365 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: joseph@randomnetworks.com
# $FreeBSD$

PORTNAME=	adtool
PORTVERSION=	1.3.3
CATEGORIES=	sysutils
MASTER_SITES=	http://gp2x.org/adtool/

MAINTAINER=	joseph@randomnetworks.com
COMMENT=	Active Directory administration tool

USE_GMAKE=	yes
USE_OPENLDAP=	yes
USE_AUTOTOOLS=	libtool

CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}

MAN1=		adtool.1

PLIST_FILES=	bin/adtool \
		etc/adtool.cfg.dist

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

NO_STAGE=	yes
.include <bsd.port.mk>