22 lines
455 B
Makefile
22 lines
455 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= squashfuse
|
|
PORTVERSION= 0.1.100
|
|
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
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= vasi
|
|
|
|
USES= autoreconf fuse libtool pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/squashfuse bin/squashfuse_ll man/man1/squashfuse.1.gz
|
|
|
|
.include <bsd.port.mk>
|