blob: 1861e1763fd47ae580b7979e3df2681198fd1bac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# 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_mips= fails to compile: unrecognized command line option "-Wno-unused-result"
BROKEN_mips64= fails to compile: unrecognized command line option "-Wno-unused-result"
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>
|