- 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)
25 lines
542 B
Makefile
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>
|