1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/sysutils/adtool/Makefile
Wesley Shields 14072d127b - Update to 1.3.3.
- Add LICENSE.
- Use PLIST_FILES and remove pkg-plist.

PR:		ports/157851
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu>
Approved by:	maintainer timeout
2011-06-28 00:14:53 +00:00

31 lines
551 B
Makefile

# New ports collection makefile for: adtool
# Date created: Wed 23 Apr 2003
# Whom: joseph@randomnetworks.com
#
# $FreeBSD$
#
PORTNAME= adtool
PORTVERSION= 1.3.3
CATEGORIES= sysutils
MASTER_SITES= http://gp2x.org/adtool/
MAINTAINER= joseph@randomnetworks.com
COMMENT= Active Directory administration tool
USE_GMAKE= yes
USE_OPENLDAP= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
MAN1= adtool.1
PLIST_FILES= bin/adtool \
etc/adtool.cfg.dist
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
.include <bsd.port.mk>