update Sun Jun 13 18:37:00 PDT 2010
[pkgsrc.git] / security / honeyd / options.mk
1 # $NetBSD: options.mk,v 1.3 2005/12/05 20:50:56 rillig Exp $
2
3 PKG_OPTIONS_VAR=        PKG_OPTIONS.honeyd
4 PKG_SUPPORTED_OPTIONS=  python rrdtool
5
6 .include "../../mk/bsd.options.mk"
7
8 ###
9 ### Add python support
10 ###
11 .if !empty(PKG_OPTIONS:Mpython)
12 .       include "../../lang/python/extension.mk"
13 CONFIGURE_ENV+=         _PATH_PYTHON=${PYTHONBIN:Q}
14 .else
15 CONFIGURE_ARGS+=        --without-python
16 .endif
17
18 ###
19 ### Add RRDTool support
20 ###
21 .if !empty(PKG_OPTIONS:Mrrdtool)
22 .       include "../../databases/rrdtool/buildlink3.mk"
23 .endif