aboutsummaryrefslogtreecommitdiff
path: root/net/unfs3/Makefile
blob: 401b383ab3694b6c26daf2e1e67da3a6ff163781 (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
# Created by: Clement Laforet <clement@FreeBSD.org>

PORTNAME=	unfs3
PORTVERSION=	0.9.22
PORTREVISION=	1
CATEGORIES=	net
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	User-space implementation of the NFSv3 server specification

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

BROKEN_FreeBSD_13=	ld: error: duplicate symbol: export_path
BROKEN_FreeBSD_14=	ld: error: duplicate symbol: export_path

USES=		autoreconf
GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
CONFIGURE_ENV=	YACC=byacc

PLIST_FILES=	sbin/unfsd man/man7/tags.7.gz man/man8/unfsd.8.gz

MAKE_JOBS_UNSAFE=	yes

OPTIONS_DEFINE=	CLUSTER_EXT
CLUSTER_EXT_CONFIGURE_ON=	--enable-cluster

.include <bsd.port.mk>