pkgsrc/filesystems/glusterfs/options.mk
manu a3dacef61e Bump to glusterfs-3.3.1, which brings
- unified file and object storage
- storage for Hadoop (not tested here)
- proactive self-healing
- much better performance
2012-10-19 04:15:21 +00:00

14 lines
363 B
Makefile

# $NetBSD: options.mk,v 1.7 2012/10/19 04:15:21 manu Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.glusterfs
PKG_SUPPORTED_OPTIONS= georeplication
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mgeoreplication)
CONFIGURE_ARGS+= --enable-georeplication
PLIST_SRC+= ${PKGDIR}/PLIST.georeplication
.else
CONFIGURE_ARGS+= --disable-georeplication
.endif