summaryrefslogtreecommitdiff
path: root/Mk/Uses/fuse.mk
blob: 3f58941fb884e42fbfe1bebdb54c701b26ec4a06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$
#
# handle dependency on the fuse port
#
# MAINTAINER: portmgr@FreeBSD.org
#
.if !defined(_INCLUDE_FUSE_MK)
_INCLUDE_FUSE_MK=	yes

LIB_DEPENDS+=	fuse:${PORTSDIR}/sysutils/fusefs-libs
.if !exists(/sbin/mount_fusefs)
RUN_DEPENDS+=	mount_fusefs:${PORTSDIR}/sysutils/fusefs-kmod
.endif

.endif