mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
152da8d4c9
- OPTIONS conversion
24 lines
471 B
Makefile
24 lines
471 B
Makefile
# Created by: Clement Laforet <clement@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
USE_AUTOTOOLS= autoconf
|
|
USES= bison
|
|
|
|
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>
|