2013-03-06 17:52:02 +01:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2006-07-19 02:57:52 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= funionfs
|
2007-04-11 05:17:28 +02:00
|
|
|
PORTVERSION= 0.4.3
|
2006-07-19 02:57:52 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://funionfs.apiou.org/file/
|
|
|
|
PKGNAMEPREFIX= fusefs-
|
|
|
|
|
2007-03-01 02:28:43 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-07-19 02:57:52 +02:00
|
|
|
COMMENT= Union filesystem for the FUSE driver
|
|
|
|
|
2013-02-28 11:51:58 +01:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
2007-03-01 02:28:43 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2013-03-06 17:52:02 +01:00
|
|
|
USES= fuse
|
2006-07-19 02:57:52 +02:00
|
|
|
|
2013-11-13 13:50:18 +01:00
|
|
|
PLIST_FILES= bin/funionfs man/man1/${PORTNAME}.1.gz
|
2006-07-19 02:57:52 +02:00
|
|
|
|
2009-01-06 18:59:31 +01:00
|
|
|
.include <bsd.port.mk>
|