aboutsummaryrefslogtreecommitdiff
path: root/net/unfs3/Makefile
blob: bbbc6e6cc5a402a40012163dd8f0a23a0107f83b (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
# New ports collection makefile for:	unfs3
# Date created:				Mon Feb 16
# Whom:					Clement Laforet <clement@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	unfs3
PORTVERSION=	0.9.12
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_AUTOCONF_VER=	259
USE_BISON=		YES

MAN7=		tags.7
MAN8=		unfsd.8
PLIST_FILES=	sbin/unfsd

.if defined(WITH_CLUSTER_EXT)
CONFIGURE_ARGS+=	--enable-cluster
.endif

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN=		"Does not compile on FreeBSD 4.x"
.endif

.include <bsd.port.post.mk>