mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
cf118ccf87
Reported by: lwhsu
20 lines
400 B
Makefile
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>
|