1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/sysutils/fusefs-funionfs/Makefile
2013-11-13 12:50:18 +00:00

21 lines
433 B
Makefile

# 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
PLIST_FILES= bin/funionfs man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>