# Created by: Yen-Ming Lee # $FreeBSD$ PORTNAME= chironfs PORTVERSION= 1.1.1 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= fusefs- MAINTAINER= leeym@FreeBSD.org COMMENT= A FUSE based filesystem with replication at the filesystem level GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USES= fuse PLIST_FILES= bin/chironfs bin/chirctl PORTDOCS= * MAN8= chironfs.8 NO_STAGE= yes post-patch: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's, doc , ,' ${WRKSRC}/Makefile.in .endif @${REINPLACE_CMD} -e 's,-liconv,${ICONV_LIB},' ${WRKSRC}/src/Makefile.* .include