aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-funionfs/Makefile
blob: 61391506c9c3615042c33f5392ccb9ce8a61695b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

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

LDFLAGS+=	-L${LOCALBASE}/lib
CFLAGS+=	-I${LOCALBASE}/include
GNU_CONFIGURE=	yes
USES=		fuse

MAN1=		funionfs.1
PLIST_FILES=	bin/funionfs

NO_STAGE=	yes
.include <bsd.port.mk>