summaryrefslogtreecommitdiff
path: root/filesystems/glusterfs/options.mk
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2011-07-19 07:54:30 +0000
committermanu <manu@pkgsrc.org>2011-07-19 07:54:30 +0000
commitc88ed3c4af019b684c5a993228b185cd8470449e (patch)
tree008b98451baacb313b78a5a45da686bb991be051 /filesystems/glusterfs/options.mk
parent3f325966dfb925f490ada6f1341c1770d1ba5adf (diff)
downloadpkgsrc-c88ed3c4af019b684c5a993228b185cd8470449e.tar.gz
Enable georeplication
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