opnsense-ports/sysutils/fusefs-libs3/Makefile
Franco Fichtner a71a49e414 */*: sync with upstream
Taken from: HardenedBSD
2018-12-24 00:13:39 +01:00

34 lines
686 B
Makefile

# Created by: Stefan Esser
# $FreeBSD$
PORTNAME= fusefs-libs3
DISTVERSIONPREFIX= fuse-
DISTVERSION= 3.4.1
CATEGORIES= sysutils
MAINTAINER= se@FreeBSD.org
COMMENT= FUSE library version 3 for filesystems implemented in userspace
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= meson
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= libfuse
GH_PROJECT= libfuse
.include <bsd.port.pre.mk>
.if ${OPSYS} == DragonFly
IGNORE= fusefs has not been implemented on DragonFly
.endif
post-patch:
.if ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64
${REINPLACE_CMD} -e '/-Wno-unused-result/d' ${WRKSRC}/meson.build
.endif
.include <bsd.port.post.mk>