2013-07-07 14:01:34 +02:00
|
|
|
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
2012-08-30 00:48:55 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= msktutil
|
2013-11-02 00:51:27 +01:00
|
|
|
PORTVERSION= 0.5.1
|
2014-07-24 20:34:16 +02:00
|
|
|
PORTREVISION= 2
|
2012-08-30 00:48:55 +02:00
|
|
|
CATEGORIES= sysutils
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= GOOGLE_CODE \
|
2016-04-01 15:18:17 +02:00
|
|
|
http://mirrors.rit.edu/zi/
|
2012-08-30 00:48:55 +02:00
|
|
|
|
|
|
|
MAINTAINER= zi@FreeBSD.org
|
2013-11-02 00:51:27 +01:00
|
|
|
COMMENT= Utility to manage Active Directory interoperability
|
2012-08-30 00:48:55 +02:00
|
|
|
|
2016-09-14 17:59:34 +02:00
|
|
|
BROKEN= Unfetchable (google code has gone away)
|
|
|
|
|
2014-05-29 13:20:14 +02:00
|
|
|
USES= gmake tar:bzip2
|
2012-08-30 00:48:55 +02:00
|
|
|
USE_OPENLDAP= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
WANT_OPENLDAP_SASL= yes
|
|
|
|
|
2014-05-11 20:37:51 +02:00
|
|
|
CONFIGURE_ARGS+=--with-sasldir=${LOCALBASE}
|
2012-08-30 00:48:55 +02:00
|
|
|
|
2014-05-11 20:37:51 +02:00
|
|
|
PLIST_FILES= man/man1/msktutil.1.gz sbin/msktutil
|
2012-08-30 00:48:55 +02:00
|
|
|
|
2015-09-18 16:00:02 +02:00
|
|
|
.include <bsd.port.mk>
|