Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / sysutils / adtool / Makefile
1 # Created by: joseph@randomnetworks.com
2 # $FreeBSD$
3
4 PORTNAME=       adtool
5 PORTVERSION=    1.3.3
6 PORTREVISION=   1
7 CATEGORIES=     sysutils
8 MASTER_SITES=   http://gp2x.org/adtool/
9
10 MAINTAINER=     joseph@randomnetworks.com
11 COMMENT=        Active Directory administration tool
12
13 USES=           gmake libtool
14 GNU_CONFIGURE=  yes
15 USE_OPENLDAP=   yes
16
17 CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
18
19 PLIST_FILES=    bin/adtool \
20                 etc/adtool.cfg.dist \
21                 man/man1/adtool.1.gz
22
23 LICENSE=        GPLv2
24 LICENSE_FILE=   ${WRKSRC}/COPYING
25
26 .include <bsd.port.mk>