blob: 4b11acdd6433fda5c3eaa91b66ebf97bc4b5ee49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= msktutil
PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
http://mirrors.rit.edu/zi/
MAINTAINER= zi@FreeBSD.org
COMMENT= Utility to manage Active Directory interoperability
USES= gmake tar:bzip2
USE_OPENLDAP= yes
GNU_CONFIGURE= yes
WANT_OPENLDAP_SASL= yes
CONFIGURE_ARGS+=--with-sasldir=${LOCALBASE}
PLIST_FILES= man/man1/msktutil.1.gz sbin/msktutil
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 900035
LDFLAGS+= -lgssapi_krb5
.endif
.include <bsd.port.post.mk>
|