1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/Mk/Uses/fuse.mk
2017-01-15 09:52:47 +00:00

21 lines
349 B
Makefile

# $FreeBSD$
#
# handle dependency on the fuse port
#
# Feature: fuse
# Usage: USES=fuse
# Valid ARGS: does not require args
#
# MAINTAINER: portmgr@FreeBSD.org
.if !defined(_INCLUDE_USES_FUSE_MK)
_INCLUDE_USES_FUSE_MK= yes
.if !empty(fuse_ARGS)
IGNORE= USES=fuse does not require args
.endif
LIB_DEPENDS+= libfuse.so:sysutils/fusefs-libs
.endif