Tweak net/unfs3 version 0.9.22_1
[dports.git] / net / unfs3 / Makefile
1 # Created by: Clement Laforet <clement@FreeBSD.org>
2 # $FreeBSD: net/unfs3/Makefile 327755 2013-09-20 22:10:23Z bapt $
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=        A user-space implementation of the NFSv3 server specification
12
13 USE_AUTOTOOLS=  autoconf
14 USES=           bison
15
16 MAN7=           tags.7
17 MAN8=           unfsd.8
18 PLIST_FILES=    sbin/unfsd
19
20 MAKE_JOBS_UNSAFE=       yes
21
22 .if defined(WITH_CLUSTER_EXT)
23 CONFIGURE_ARGS+=        --enable-cluster
24 .endif
25
26 NO_STAGE=       yes
27 .include <bsd.port.mk>