1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/sysutils/msktutil/Makefile
Ryan Steinmetz eeb045e197 - Update to 0.4.2
Feature safe:	yes
2012-12-07 15:12:03 +00:00

38 lines
726 B
Makefile

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