summaryrefslogtreecommitdiff
path: root/x11/xf86-video-sunffb/options.mk
blob: 0cf2c7489d12c166a52a8f977f1c76059c913a8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: options.mk,v 1.1 2013/06/04 03:34:23 rodent Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.xf86-video-sunffb
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