1ca6f4303b
Noticed by: Garrett Cooper
32 lines
668 B
Makefile
32 lines
668 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.21
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
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
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's/no_all_sqash/no_all_squash/' ${WRKSRC}/Config/exports.y
|
|
|
|
.include <bsd.port.mk>
|