freebsd-ports/sysutils/fusefs-funionfs/Makefile

21 lines
433 B
Makefile
Raw Normal View History

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= funionfs
2007-04-11 05:17:28 +02:00
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
2013-11-13 13:50:18 +01:00
PLIST_FILES= bin/funionfs man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>