diff options
Diffstat (limited to 'sysutils/fusefs-chironfs/Makefile')
-rw-r--r-- | sysutils/fusefs-chironfs/Makefile | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/sysutils/fusefs-chironfs/Makefile b/sysutils/fusefs-chironfs/Makefile new file mode 100644 index 000000000000..d515dfff35a8 --- /dev/null +++ b/sysutils/fusefs-chironfs/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: fusefs-chironfs +# Date created: 2008-04-06 +# Whom: Yen-Ming Lee <leeym@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= chironfs +PORTVERSION= 1.0.0 +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 + +RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod +BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib + +# chironfs doesn't really depend on iconv, however, there are some undefined +# references in libfuse, so we have to add USE_ICONV=yes to fix it. +USE_ICONV=yes + +PLIST_FILES= bin/chironfs +PORTDOCS= * +MAN8= chironfs.8 + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 600000 # Inherited from sysutils/fusefs-kmod +IGNORE= depends on kernel module that requires FreeBSD 6 or later +.endif + +.include <bsd.port.post.mk> |