1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
Dmitry Marakasov 742f22a0a2 - Add LICENSE
- Strip binary
2015-02-25 01:46:09 +00:00

29 lines
573 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
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_AUTOTOOLS= autoconf
GNU_CONFIGURE= yes
USES= bison
INSTALL_TARGET= install-strip
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>