- Stage support

- OPTIONS conversion
This commit is contained in:
Antoine Brodin 2014-02-06 18:51:52 +00:00
parent a09c021a76
commit 152da8d4c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343138

View File

@ -8,20 +8,16 @@ CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A user-space implementation of the NFSv3 server specification
COMMENT= User-space implementation of the NFSv3 server specification
USE_AUTOTOOLS= autoconf
USES= bison
MAN7= tags.7
MAN8= unfsd.8
PLIST_FILES= sbin/unfsd
PLIST_FILES= sbin/unfsd man/man7/tags.7.gz man/man8/unfsd.8.gz
MAKE_JOBS_UNSAFE= yes
.if defined(WITH_CLUSTER_EXT)
CONFIGURE_ARGS+= --enable-cluster
.endif
OPTIONS_DEFINE= CLUSTER_EXT
CLUSTER_EXT_CONFIGURE_ON= --enable-cluster
NO_STAGE= yes
.include <bsd.port.mk>