diff options
Diffstat (limited to 'filesystems/chironfs/Makefile')
-rw-r--r-- | filesystems/chironfs/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/filesystems/chironfs/Makefile b/filesystems/chironfs/Makefile new file mode 100644 index 000000000000..018db229218e --- /dev/null +++ b/filesystems/chironfs/Makefile @@ -0,0 +1,30 @@ +PORTNAME= chironfs +PORTVERSION= 1.1.1 +PORTREVISION= 3 +CATEGORIES= filesystems +MASTER_SITES= https://BSDforge.com/projects/source/sysutils/chironfs/ +PKGNAMEPREFIX= fusefs- + +MAINTAINER= portmaster@BSDforge.com +COMMENT= FUSE based filesystem with replication at the filesystem level +WWW= https://BSDforge.com/projects/sysutils/fusefs-chironfs/ + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/doc/copyright + +USES= fuse localbase:ldflags +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + +PLIST_FILES= bin/chironfs bin/chirctl share/man/man8/chironfs.8.gz +PORTDOCS= * + +OPTIONS_DEFINE= DOCS + +post-patch: + @${REINPLACE_CMD} -e 's,-liconv,${ICONV_LIB},' ${WRKSRC}/src/Makefile.* + +post-patch-DOCS-off: + @${REINPLACE_CMD} -e 's, doc , ,' ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> |