freebsd-ports/sysutils/fusefs-squashfuse/Makefile
Jan Beich 8d9dd6a57e sysutils/fusefs-squashfuse: fix LICENSE
PR:		210645
Approved by:	portmgr blanket
2016-07-18 18:49:46 +00:00

23 lines
494 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
CONFIGURE_ARGS= --disable-silent-rules
PLIST_FILES= bin/squashfuse bin/squashfuse_ll man/man1/squashfuse.1.gz
.include <bsd.port.mk>