Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/filesystems/fusefs-libs/Makefile
16462 views
PORTNAME=	fusefs
DISTVERSION=	2.9.9
PORTREVISION=	2
CATEGORIES=	filesystems sysutils
MASTER_SITES=	https://github.com/libfuse/libfuse/releases/download/fuse-${DISTVERSION}/
PKGNAMESUFFIX=	-libs
DISTNAME=	fuse-${DISTVERSION}

MAINTAINER=	[email protected]
COMMENT=	FUSE allows filesystem implementation in userspace
WWW=		https://github.com/libfuse/libfuse

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/COPYING.LIB

IGNORE_DragonFly=	fusefs has not been implemented on DragonFly

USES=		autoreconf gettext-tools iconv libtool
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
CONFIGURE_ENV=	MOUNT_FUSE_PATH=${PREFIX}/sbin
INSTALL_TARGET=	install-strip

PORTSCOUT=	limit:^2\.

PLIST_SUB=	VERSION=${PORTVERSION}
PORTDOCS=	*

OPTIONS_DEFINE=	DOCS

pre-configure:
	${CP} ${LOCALBASE}/share/gettext/config.rpath ${WRKSRC}

do-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}/libs
	${INSTALL_DATA} ${WRKSRC}/doc/how-fuse-works ${WRKSRC}/doc/kernel.txt ${STAGEDIR}${DOCSDIR}/libs

post-install:
	${INSTALL_DATA} ${WRKSRC}/include/fuse_kernel.h ${STAGEDIR}${PREFIX}/include/fuse

.include <bsd.port.mk>