summaryrefslogtreecommitdiff
path: root/net/jwhois/options.mk
blob: 8ef16aa38396082bff1d5ec92b31f0d2a0eb830a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: options.mk,v 1.1 2005/10/03 21:18:55 agc Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.jwhois
PKG_SUPPORTED_OPTIONS=	jwhois-enable-cache
PKG_OPTIONS_LEGACY_VARS=JWHOIS_ENABLE_CACHE:jwhois-enable-cache

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mjwhois-enable-cache)
CONFIGURE_ARGS+=	--with-cache
CONF_FILES_PERMS=	/dev/null /${VARBASE}/db/jwhois.db	\
			${ROOT_USER} nogroup 0666
.else
CONFIGURE_ARGS+=	--without-cache
.endif