2013-03-06 16:52:02 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
# handle dependency on the fuse port
|
|
|
|
#
|
2013-03-08 15:04:18 +00:00
|
|
|
# Feature: fuse
|
|
|
|
# Usage: USES=fuse
|
2013-03-11 06:43:13 +00:00
|
|
|
# Valid ARGS: does not require args
|
2013-03-08 15:04:18 +00:00
|
|
|
#
|
2014-03-15 10:31:54 +00:00
|
|
|
# MAINTAINER: portmgr@FreeBSD.org
|
|
|
|
|
2013-03-11 06:43:13 +00:00
|
|
|
.if !defined(_INCLUDE_USES_FUSE_MK)
|
|
|
|
_INCLUDE_USES_FUSE_MK= yes
|
2013-03-06 16:52:02 +00:00
|
|
|
|
2013-03-08 15:04:18 +00:00
|
|
|
.if defined(fuse_ARGS)
|
|
|
|
IGNORE= USES=fuse does not require args
|
|
|
|
.endif
|
|
|
|
|
2013-10-14 19:42:48 +00:00
|
|
|
LIB_DEPENDS+= libfuse.so:${PORTSDIR}/sysutils/fusefs-libs
|
2013-11-05 14:24:45 +00:00
|
|
|
.if !exists(/sbin/mount_fusefs)
|
2013-03-06 16:52:02 +00:00
|
|
|
RUN_DEPENDS+= mount_fusefs:${PORTSDIR}/sysutils/fusefs-kmod
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.endif
|