summaryrefslogtreecommitdiff
path: root/devel/libosip/options.mk
blob: b21262197036f86a1a8d4439497469771e0ac871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: options.mk,v 1.1 2013/07/14 14:55:16 rodent Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.libosip
PKG_SUPPORTED_OPTIONS=	debug
PKG_SUGGESTED_OPTIONS+=	# blank

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

.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+=	--enable-debug --enable-trace
.else
CONFIGURE_ARGS+=	--disable-debug --disable-trace
.endif