Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / jwhois / options.mk
blobdf5db8015894cc23ad13611ab1fdbbbd8678f34d
1 # $NetBSD: options.mk,v 1.1 2005/10/03 21:18:55 agc Exp $
3 PKG_OPTIONS_VAR= PKG_OPTIONS.jwhois
4 PKG_SUPPORTED_OPTIONS= jwhois-enable-cache
5 PKG_OPTIONS_LEGACY_VARS+= JWHOIS_ENABLE_CACHE:jwhois-enable-cache
7 .include "../../mk/bsd.options.mk"
9 .if !empty(PKG_OPTIONS:Mjwhois-enable-cache)
10 CONFIGURE_ARGS+= --with-cache
11 CONF_FILES_PERMS+= /dev/null /${VARBASE}/db/jwhois.db \
12 ${ROOT_USER} nogroup 0666
13 .else
14 CONFIGURE_ARGS+= --without-cache
15 .endif