summaryrefslogtreecommitdiff
path: root/converters/qrencode/options.mk
blob: 38191044707f49e3bf09243fe528b8d82a6bb9fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: options.mk,v 1.1 2013/06/09 13:48:50 rodent Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.qrencode
PKG_SUPPORTED_OPTIONS=	static
PKG_SUGGESTED_OPTIONS+=	# blank

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

.if !empty(PKG_OPTIONS:Mstatic)
CONFIGURE_ARGS+=	--enable-static=yes
.else
CONFIGURE_ARGS+=        --enable-static=no
.endif