blob: 9b4e0cce588912cfc8d60d3c0b5877177f313b16 (
plain) (
blame)
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
30
31
32
33
34
35
36
37
|
# New ports collection makefile for: zi
# Date created: 2012-08-29
# Whom: zi@FreeBSD.org
#
# $FreeBSD$
PORTNAME= msktutil
PORTVERSION= 0.4.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
http://mirrors.rit.edu/zi/
MAINTAINER= zi@FreeBSD.org
COMMENT= A utility to manage Active Directory interoperability
USE_BZIP2= yes
USE_GMAKE= yes
USE_OPENLDAP= yes
GNU_CONFIGURE= yes
WANT_OPENLDAP_SASL= yes
CONFIGURE_ARGS+=--with-sasldir=${PREFIX}
MAN1= msktutil.1
PLIST_FILES= sbin/msktutil
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 900035
LDFLAGS+= -lgssapi_krb5
.endif
.if ${OSVERSION} < 800000
BROKEN= does not build on FreeBSD 7.x
.endif
.include <bsd.port.post.mk>
|