1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/sysutils/fusefs-squashfuse/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
400 B
Makefile

PORTNAME= squashfuse
PORTVERSION= 0.1.103
CATEGORIES= sysutils
PKGNAMEPREFIX= fusefs-
MAINTAINER= jsmith@resonatingmedia.com
COMMENT= Mount a squashfs archive and treat it like a local file system
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf fuse libtool pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= vasi
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>