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

PORTNAME=	unfs3
DISTVERSION=	0.9.22
PORTREVISION=	2
CATEGORIES=	net
MASTER_SITES=	https://github.com/unfs3/unfs3/releases/download/unfs3-${DISTVERSION}/

MAINTAINER=	fuz@fuz.su
COMMENT=	User-space implementation of the NFSv3 server specification

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		autoreconf
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	YACC=byacc

MAKE_JOBS_UNSAFE=	yes
INSTALL_TARGET=	install-strip

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

OPTIONS_DEFINE=	CLUSTER_EXT
CLUSTER_EXT_DESC=	include clustering extensions
CLUSTER_EXT_CONFIGURE_ON=	--enable-cluster

post-extract:
	@${RM} ${WRKSRC}/Config/lex.yy.c

.include <bsd.port.mk>