freebsd-ports/sysutils/fusefs-libs3/Makefile
Mark Linimon fc0d927e6b Mark ports broken on powerpc64, categories o-z.
While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
2018-06-18 14:40:31 +00:00

30 lines
606 B
Makefile

# Created by: Stefan Esser
# $FreeBSD$
PORTNAME= fusefs-libs3
DISTVERSIONPREFIX= fuse-
DISTVERSION= 3.2.2
CATEGORIES= sysutils
MAINTAINER= se@freebsd.org
COMMENT= FUSE library version 3 for filesystems implemented in userspace
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-unused-result"
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
.include <bsd.port.post.mk>