Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / fusefs-funionfs / Makefile
1 # Created by: Gea-Suan Lin <gslin@gslin.org>
2 # $FreeBSD$
3
4 PORTNAME=       funionfs
5 PORTVERSION=    0.4.3
6 CATEGORIES=     sysutils
7 MASTER_SITES=   http://funionfs.apiou.org/file/
8 PKGNAMEPREFIX=  fusefs-
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Union filesystem for the FUSE driver
12
13 LDFLAGS+=       -L${LOCALBASE}/lib
14 CFLAGS+=        -I${LOCALBASE}/include
15 GNU_CONFIGURE=  yes
16 USES=           fuse
17
18 PLIST_FILES=    bin/funionfs man/man1/${PORTNAME}.1.gz
19
20 .include <bsd.port.mk>