freebsd-ports/net/unfs3/Makefile
Wesley Shields a6942d3d9e - Update to 0.9.22
- Switch to SF macro
- Remove unnecessary patches and post-patch
2009-01-20 17:32:06 +00:00

28 lines
505 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.22
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= wxs@FreeBSD.org
COMMENT= A user-space implementation of the NFSv3 server specification
USE_AUTOTOOLS= autoconf:262
USE_BISON= build
MAN7= tags.7
MAN8= unfsd.8
PLIST_FILES= sbin/unfsd
.if defined(WITH_CLUSTER_EXT)
CONFIGURE_ARGS+= --enable-cluster
.endif
.include <bsd.port.mk>