blob: e536314e7bf1efe2d7b30c352671389912231385 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: options.mk,v 1.4 2011/09/27 12:45:02 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
|