opnsense-ports/sysutils/adtool/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

26 lines
496 B
Makefile

# 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>