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