# $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