pkgsrc-wip/opendnssec/options.mk
2009-11-01 23:35:40 +00:00

30 lines
619 B
Makefile

# $NetBSD: options.mk,v 1.4 2009/11/01 23:35:40 pettai Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.opendnssec
PKG_SUPPORTED_OPTIONS= auditor softhsm
PKG_SUGGESTED_OPTIONS= auditor softhsm
.include "../../mk/bsd.options.mk"
###
### Kasp Auditor
###
.if empty(PKG_OPTIONS:Mauditor)
CONFIGURE_ARGS+= --disable-auditor
.else
.include "../../lang/ruby/buildlink3.mk"
DEPENDS+= rubygems:../../misc/rubygems
DEPENDS+= ${RUBY_PKGPREFIX}-dnsruby>=1.39:../../wip/ruby-dnsruby
.endif
###
### SoftHSM
###
.if empty(PKG_OPTIONS:Msofthsm)
.else
#DEPENDS+= softhsm:../../wip/softhsm
.include "../../wip/softhsm/buildlink3.mk"
.endif