blob: 14c362ca4a1ae744d0d1dc1e35e65e14b1b3f662 (
plain)
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
|
# Created by: joseph@randomnetworks.com
# $FreeBSD$
PORTNAME= adtool
PORTVERSION= 1.3.3
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://gp2x.org/adtool/
MAINTAINER= joseph@randomnetworks.com
COMMENT= Active Directory administration tool
USES= gmake libtool
GNU_CONFIGURE= yes
USE_OPENLDAP= yes
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
PLIST_FILES= bin/adtool \
etc/adtool.cfg.dist \
man/man1/adtool.1.gz
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
.include <bsd.port.mk>
|