Path: blob/main/filesystems/httpdirfs/Makefile
49051 views
PORTNAME= httpdirfs DISTVERSION= 1.3.2 CATEGORIES= filesystems PKGNAMEPREFIX= fusefs- MAINTAINER= [email protected] COMMENT= FUSE filesystem to mount HTTP directory listings, with permanent cache WWW= https://github.com/fangfufu/httpdirfs/ LICENSE= GPL3OPENSSL LICENSE_NAME= GPLv3 or later with execption to link with OpenSSL LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ libgumbo.so:devel/gumbo \ libuuid.so:misc/libuuid USES= fuse:3 meson pkgconfig ssl USE_GITHUB= yes GH_ACCOUNT= fangfufu OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} *.md ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk>