aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-funionfs/Makefile
blob: fc513726db2b400384c3cb716e25ea9d7e4d7d02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	funionfs
PORTVERSION=	0.4.3
CATEGORIES=	sysutils
MASTER_SITES=	http://funionfs.apiou.org/file/
PKGNAMEPREFIX=	fusefs-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Union filesystem for the FUSE driver
WWW=		http://funionfs.apiou.org/

LICENSE=	GPLv2+

USES=		fuse localbase
GNU_CONFIGURE=	yes

PLIST_FILES=	bin/funionfs man/man1/${PORTNAME}.1.gz

post-patch:
	@${REINPLACE_CMD} -e 's,^struct unionfs_desc,extern &,' \
		${WRKSRC}/control.c

.include <bsd.port.mk>