freebsd-ports/net/unfs3/Makefile
Robert Clausecker 4c35fa18e7 net/unfs3: Fix build with -fno-common (FreeBSD 13 or later)
* Update MASTER_SITES and WWW as project has moved to GitHub
* Pass maintainership to submitter
* Clean up and reformat Makefile

PR:		258326
Approved by:	meta (mentor)
MFH:		2021Q3
Differential Revision:	https://reviews.freebsd.org/D32220
2021-09-29 18:32:13 +09:00

33 lines
734 B
Makefile

# Created by: Clement Laforet <clement@FreeBSD.org>
PORTNAME= unfs3
DISTVERSION= 0.9.22
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= https://github.com/unfs3/unfs3/releases/download/unfs3-${DISTVERSION}/
MAINTAINER= fuz@fuz.su
COMMENT= User-space implementation of the NFSv3 server specification
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf
GNU_CONFIGURE= yes
CONFIGURE_ENV= YACC=byacc
MAKE_JOBS_UNSAFE= yes
INSTALL_TARGET= install-strip
PLIST_FILES= man/man7/tags.7.gz \
man/man8/unfsd.8.gz \
sbin/unfsd
OPTIONS_DEFINE= CLUSTER_EXT
CLUSTER_EXT_DESC= include clustering extensions
CLUSTER_EXT_CONFIGURE_ON= --enable-cluster
post-extract:
@${RM} ${WRKSRC}/Config/lex.yy.c
.include <bsd.port.mk>