pkgsrc/security/fail2ban/options.mk

14 lines
269 B
Makefile
Raw Normal View History

# $NetBSD: options.mk,v 1.1 2015/02/09 10:05:25 nils Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.fail2ban
PKG_SUPPORTED_OPTIONS= gamin
.include "../../mk/bsd.options.mk"
###
### Use Gamin
###
.if !empty(PKG_OPTIONS:Mgamin)
DEPENDS+= gamin>=0.0.21:../../sysutils/gamin
.endif