1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/net/unfs3/Makefile
2012-09-22 23:26:57 +00:00

31 lines
542 B
Makefile

# New ports collection makefile for: unfs3
# Date created: Mon Feb 16
# Whom: Clement Laforet <clement@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= unfs3
PORTVERSION= 0.9.22
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A user-space implementation of the NFSv3 server specification
USE_AUTOTOOLS= autoconf
USE_BISON= build
MAN7= tags.7
MAN8= unfsd.8
PLIST_FILES= sbin/unfsd
MAKE_JOBS_UNSAFE= yes
.if defined(WITH_CLUSTER_EXT)
CONFIGURE_ARGS+= --enable-cluster
.endif
.include <bsd.port.mk>