# New ports collection makefile for: unfs3
# Date created: Mon Feb 16
# Whom: Clement Laforet <clement@FreeBSD.org>
#
# $FreeBSD: ports/net/unfs3/Makefile,v 1.15 2007/10/17 10:12:52 ade Exp $
#
PORTNAME= unfs3
PORTVERSION= 0.9.16
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= clement@FreeBSD.org
COMMENT= A user-space implementation of the NFSv3 server specification
USE_AUTOTOOLS= autoconf:261
USE_BISON= build
MAN7= tags.7
MAN8= unfsd.8
PLIST_FILES= sbin/unfsd
.if defined(WITH_CLUSTER_EXT)
CONFIGURE_ARGS+= --enable-cluster
.endif
.include <bsd.port.mk>
syntax highlighted by Code2HTML, v. 0.9.1