Tweak net/unfs3 version 0.9.22_1
[dports.git] / net / unfs3 / Makefile
1 # Created by: Clement Laforet <clement@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       unfs3
5 PORTVERSION=    0.9.22
6 PORTREVISION=   1
7 CATEGORIES=     net
8 MASTER_SITES=   SF
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        User-space implementation of the NFSv3 server specification
12
13 LICENSE=        BSD3CLAUSE
14 LICENSE_FILE=   ${WRKSRC}/LICENSE
15
16 USES=           autoreconf
17 GNU_CONFIGURE=  yes
18 INSTALL_TARGET= install-strip
19 CONFIGURE_ENV=  YACC=byacc
20
21 PLIST_FILES=    sbin/unfsd man/man7/tags.7.gz man/man8/unfsd.8.gz
22
23 MAKE_JOBS_UNSAFE=       yes
24
25 OPTIONS_DEFINE= CLUSTER_EXT
26 CLUSTER_EXT_CONFIGURE_ON=       --enable-cluster
27
28 .include <bsd.port.mk>