1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/unfs3/Makefile
Clement Laforet d52909a2da - Update to 0.9.9
This release adds support for mount passwords and exporting removable
media. Minor improvements were made to the exports file parser and
debug mode.
2004-05-22 09:53:34 +00:00

29 lines
553 B
Makefile

# New ports collection makefile for: unfs3
# Date created: Mon Feb 16
# Whom: Clement Laforet <clement@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= unfs3
PORTVERSION= 0.9.9
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= clement@FreeBSD.org
COMMENT= A user-space implementation of the NFSv3 server specification
GNU_CONFIGURE= YES
USE_BISON= YES
MAN7= tags.7
MAN8= unfsd.8
PLIST_FILES= sbin/unfsd
.if defined(WITH_CLUSTER_EXT)
CONFIGURE_ARGS+= --enable-cluster
.endif
.include <bsd.port.mk>