summaryrefslogtreecommitdiff
path: root/filesystems/glusterfs/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/glusterfs/options.mk')
-rw-r--r--filesystems/glusterfs/options.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/filesystems/glusterfs/options.mk b/filesystems/glusterfs/options.mk
new file mode 100644
index 00000000000..15cb472ca7d
--- /dev/null
+++ b/filesystems/glusterfs/options.mk
@@ -0,0 +1,11 @@
+# $NetBSD: options.mk,v 1.1 2011/07/19 07:54:31 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
+.endif