Muhammad Moinur Rahman 92ed62f6bc
sysutils/fusefs-squashfuse: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-25 18:50:02 +01:00

22 lines
548 B
Makefile

PORTNAME= squashfuse
PORTVERSION= 0.1.104
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://github.com/vasi/${PORTNAME}/releases/download/${DISTVERSION}/
PKGNAMEPREFIX= fusefs-
MAINTAINER= jsmith@resonatingmedia.com
COMMENT= Mount a squashfs archive and treat it like a local file system
WWW= https://github.com/vasi/squashfuse
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf fuse libtool pkgconfig
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
INSTALL_TARGET= install-strip
.include <bsd.port.mk>