pkgsrc/devel/memcached/options.mk

16 lines
306 B
Makefile
Raw Normal View History

2012-03-09 14:41:30 +01:00
# $NetBSD: options.mk,v 1.1 2012/03/09 13:41:30 fhajny Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.memcached
PKG_SUPPORTED_OPTIONS= dtrace
PKG_SUGGESTED_OPTIONS= # empty
.include "../../mk/bsd.options.mk"
###
### Enable Dtrace support
###
.if !empty(PKG_OPTIONS:Mdtrace)
CONFIGURE_ARGS+= --enable-dtrace
.endif