freebsd-ports/sysutils/fusefs-funionfs/Makefile
Florian Smeets d26530b713 - introduce a USE_FUSE macro
- convert all fuse ports to use the new macro

The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.

Approved by:	portmgr (bapt)
2012-12-14 15:47:00 +00:00

25 lines
542 B
Makefile

# New ports collection makefile for: fusefs-funionfs
# Date created: 2006-07-16
# Whom: 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 ${PTHREAD_LIBS}
CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
GNU_CONFIGURE= yes
USE_FUSE= yes
MAN1= funionfs.1
PLIST_FILES= bin/funionfs
.include <bsd.port.mk>