summaryrefslogtreecommitdiff
path: root/filesystems/fuse/Makefile
blob: 7a21cdbd742dac13023b24e484d6c98b4d47290c (plain)
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
# $NetBSD: Makefile,v 1.8 2011/10/16 23:45:45 sbd Exp $
#

DISTNAME=		fuse-2.8.4
PKGREVISION=		2
CATEGORIES=		filesystems
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=fuse/}

MAINTAINER=		pkgsrc-users@NetBSD.org
HOMEPAGE=		http://fuse.sourceforge.net/
COMMENT=		Filesystem in Userspace

PKG_DESTDIR_SUPPORT=	user-destdir

GNU_CONFIGURE=		yes

# FUSE the implementation only builds on Linux and FreeBSD.
ONLY_FOR_PLATFORM=	Linux-*-* FreeBSD-*-* NetBSD-*-*
# On NetBSD 4.99 after 2007-02, /usr/lib/librefuse provides the FUSE
# interface expected by filesystem implementations and therefore this
# implementation is not needed. This FUSE implementation can also be
# used with the perfuse package on NetBSD.

USE_TOOLS+=		gmake pkg-config
USE_LIBTOOL=		yes

.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
.include "../../filesystems/perfuse/buildlink3.mk"
.endif
.include "../../mk/bsd.pkg.mk"