forked from Lainports/freebsd-ports
24 lines
507 B
Makefile
24 lines
507 B
Makefile
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>
|