aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-squashfuse/Makefile
blob: 2df7a3087a761efb3e9b1560a33f4451e7f0d2ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

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>